[or-cvs] r22229: {website} updated the instructions for building the website (website/trunk)

Runa Sandvik runa.sandvik at gmail.com
Sun Apr 25 17:08:08 UTC 2010


Author: runa
Date: 2010-04-25 17:08:07 +0000 (Sun, 25 Apr 2010)
New Revision: 22229

Modified:
   website/trunk/Makefile
Log:
updated the instructions for building the website

Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2010-04-25 16:43:01 UTC (rev 22228)
+++ website/trunk/Makefile	2010-04-25 17:08:07 UTC (rev 22229)
@@ -1,8 +1,16 @@
 # Directions for building the website:
-# 1. check out stable-tor, make TORSVNSTABLE point to it.
-# 2. Clone the Tor git repository, make TORGIT point to it. This needs to be
-#    the path to the .git directory (or a bare repo).
-# 3. (edit include/versions.wmi or others if you like)
+#
+# 1. Clone the Tor git repository, switch to branch maint-0.2.1, and
+# make TORSVNSTABLE point to it: 
+#
+# 	git clone git://git.torproject.org/tor/ tor-stable
+# 	cd tor-stable && git checkout maint-0.2.1
+#
+# 2. Clone the Tor git repository again and make TORGIT point to it:
+#
+# 	git clone git://git.torproject.org/tor/ tor
+#
+# 3. Edit include/versions.wmi or others if you like
 # 4. Update STABLETAG and DEVTAG below if there is a new git tag
 # 5. make
 # 6. ./publish
@@ -10,7 +18,7 @@
 TORSVNSTABLE = ../tor-stable
 TORGIT = ../tor/.git
 STABLETAG = tor-0.2.1.22
-DEVTAG = tor-0.2.2.8-alpha
+DEVTAG = tor-0.2.2.12-alpha
 #TORSVNSTABLE = /home/arma/work/onion/git/tor-021
 #TORSVNHEAD = /home/arma/work/onion/git/tor
 



More information about the tor-commits mailing list