[or-cvs] r22702: {website} Make website build instructions more precise Explain that TO (website/trunk)

Sebastian Hahn tor-svn-commits at sebastianhahn.net
Thu Jul 29 14:52:40 UTC 2010


Author: sebastian
Date: 2010-07-29 14:52:39 +0000 (Thu, 29 Jul 2010)
New Revision: 22702

Modified:
   website/trunk/Makefile
Log:
Make website build instructions more precise

Explain that TORGIT needs to point to the .git subdirectory in your
clone. Thanks Erinn for your input.

Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2010-07-29 02:39:43 UTC (rev 22701)
+++ website/trunk/Makefile	2010-07-29 14:52:39 UTC (rev 22702)
@@ -1,22 +1,25 @@
 # Directions for building the website:
 #
-# 1. Clone the Tor git repository, switch to branch maint-0.2.1, and
-# make TORSVNSTABLE point to it: 
+# 1. Clone the Tor git repository, switch to branch release-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
+# 	cd tor-stable && git checkout release-0.2.1
 #
 # 2. Clone the Tor git repository again and make TORGIT point to it:
 #
 # 	git clone git://git.torproject.org/tor/ tor
 #
+#    note that you need to either make this a bare repository or point
+#    TORGIT to the .git subdirectory in your clone.
+#
 # 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
 
-#TORSVNSTABLE = /path/to/your/tor/stable
-#TORGIT = /path/to/your/tor/master
+TORSVNSTABLE = /path/to/your/tor/stable
+TORGIT = /path/to/your/tor/master/.git
 STABLETAG = tor-0.2.1.26
 DEVTAG = tor-0.2.2.13-alpha
 



More information about the tor-commits mailing list