[or-cvs] r16361: Argh! Updating the 2008.1 tag yet again (trunk revision 1636 (in incognito/tags/2008.1: . arch/x86/overlay root_overlay/usr/share/incognito root_overlay/usr/share/incognito/walkthrough)

anonym at seul.org anonym at seul.org
Sat Aug 2 15:48:42 UTC 2008


Author: anonym
Date: 2008-08-02 11:48:42 -0400 (Sat, 02 Aug 2008)
New Revision: 16361

Modified:
   incognito/tags/2008.1/arch/x86/overlay/incognito.ico
   incognito/tags/2008.1/livecd-stage2.sh
   incognito/tags/2008.1/root_overlay/usr/share/incognito/docs.html
   incognito/tags/2008.1/root_overlay/usr/share/incognito/walkthrough/walkthrough.html
Log:
Argh! Updating the 2008.1 tag yet again (trunk revision 16360).


Modified: incognito/tags/2008.1/arch/x86/overlay/incognito.ico
===================================================================
--- incognito/tags/2008.1/arch/x86/overlay/incognito.ico	2008-08-02 15:45:33 UTC (rev 16360)
+++ incognito/tags/2008.1/arch/x86/overlay/incognito.ico	2008-08-02 15:48:42 UTC (rev 16361)
@@ -1,6 +1,51 @@
--+ 
 
-ÿ\ No newline at end of file
+ÿ+
+
+ÿ+
+
+ÿ+
+
+ÿ\ No newline at end of file

Modified: incognito/tags/2008.1/livecd-stage2.sh
===================================================================
--- incognito/tags/2008.1/livecd-stage2.sh	2008-08-02 15:45:33 UTC (rev 16360)
+++ incognito/tags/2008.1/livecd-stage2.sh	2008-08-02 15:48:42 UTC (rev 16361)
@@ -67,18 +67,16 @@
 # If building a tag, set type to tag name.
 # If building a branch, type to branch name.
 SVN_URL="$(svn info --xml 2>/dev/null | grep url | sed 's/<url>\(.*\)<\/url>/\1/')"
-grep trunk >/dev/null <<EOF && INCOGNITO_TYPE="trunk"
+grep trunk >/dev/null <<EOF && INCOGNITO_TYPE="trunk" && INCOGNITO_VERSION="${INCOGNITO_TYPE} (${INCOGNITO_REVISION})"
 ${SVN_URL}
 EOF
-grep tags >/dev/null <<EOF && INCOGNITO_TYPE="$(basename ${SVN_URL})"
+grep tags >/dev/null <<EOF && INCOGNITO_TYPE="$(basename ${SVN_URL})" && INCOGNITO_VERSION="${INCOGNITO_TYPE}"
 ${SVN_URL}
 EOF
-grep branches >/dev/null <<EOF && INCOGNITO_TYPE="$(basename ${SVN_URL})"
+grep branches >/dev/null <<EOF && INCOGNITO_TYPE="$(basename ${SVN_URL})" && INCOGNITO_VERSION="${INCOGNITO_TYPE} (${INCOGNITO_REVISION})"
 ${SVN_URL}
 EOF
 
-INCOGNITO_VERSION="${INCOGNITO_TYPE} (${INCOGNITO_REVISION})"
-
 INCOGNITO_TITLE="${INCOGNITO_TITLE} ${INCOGNITO_VERSION}"
 
 echo "========"

Modified: incognito/tags/2008.1/root_overlay/usr/share/incognito/docs.html
===================================================================
--- incognito/tags/2008.1/root_overlay/usr/share/incognito/docs.html	2008-08-02 15:45:33 UTC (rev 16360)
+++ incognito/tags/2008.1/root_overlay/usr/share/incognito/docs.html	2008-08-02 15:48:42 UTC (rev 16361)
@@ -1,11 +1,11 @@
 <html>
 <head>
-<title>The __INCOGNITO__ Documentation</title>
+<title>__INCOGNITO_TITLE__ Documentation</title>
 </head>
 
 <body>
 
-<h1>The __INCOGNITO__ Documentation</h1>
+<h1>__INCOGNITO_TITLE__ Documentation</h1>
 
 <h2>Contents</h2>
 <ul>

Modified: incognito/tags/2008.1/root_overlay/usr/share/incognito/walkthrough/walkthrough.html
===================================================================
--- incognito/tags/2008.1/root_overlay/usr/share/incognito/walkthrough/walkthrough.html	2008-08-02 15:45:33 UTC (rev 16360)
+++ incognito/tags/2008.1/root_overlay/usr/share/incognito/walkthrough/walkthrough.html	2008-08-02 15:48:42 UTC (rev 16361)
@@ -1,12 +1,12 @@
 <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-	<title>The __INCOGNITO__ Walkthrough</title>
+	<title>__INCOGNITO_TITLE__ Walkthrough</title>
 </head>
 
 <body>
 
-<h1>The __INCOGNITO__ Walkthrough</h1>
+<h1>__INCOGNITO_TITLE__ Walkthrough</h1>
 <h2>Contents</h2>
 
 <ul>



More information about the tor-commits mailing list