updated the instructions for building the website
Runa A. Sandvik

Runa A. Sandvik commited on 2010-04-25 19:08:07
Zeige 1 geänderte Dateien mit 13 Einfügungen und 5 Löschungen.

... ...
@@ -1,8 +1,16 @@
1 1
 # Directions for building the website:
2
-# 1. check out stable-tor, make TORSVNSTABLE point to it.
3
-# 2. Clone the Tor git repository, make TORGIT point to it. This needs to be
4
-#    the path to the .git directory (or a bare repo).
5
-# 3. (edit include/versions.wmi or others if you like)
2
+#
3
+# 1. Clone the Tor git repository, switch to branch maint-0.2.1, and
4
+# make TORSVNSTABLE point to it: 
5
+#
6
+# 	git clone git://git.torproject.org/tor/ tor-stable
7
+# 	cd tor-stable && git checkout maint-0.2.1
8
+#
9
+# 2. Clone the Tor git repository again and make TORGIT point to it:
10
+#
11
+# 	git clone git://git.torproject.org/tor/ tor
12
+#
13
+# 3. Edit include/versions.wmi or others if you like
6 14
 # 4. Update STABLETAG and DEVTAG below if there is a new git tag
7 15
 # 5. make
8 16
 # 6. ./publish
... ...
@@ -10,7 +18,7 @@
10 18
 TORSVNSTABLE = ../tor-stable
11 19
 TORGIT = ../tor/.git
12 20
 STABLETAG = tor-0.2.1.22
13
-DEVTAG = tor-0.2.2.8-alpha
21
+DEVTAG = tor-0.2.2.12-alpha
14 22
 #TORSVNSTABLE = /home/arma/work/onion/git/tor-021
15 23
 #TORSVNHEAD = /home/arma/work/onion/git/tor
16 24
 
17 25