[tor-commits] r25309: {website} Revert part of "get all the expert bundle versions" This rev (website/trunk)

Sebastian Hahn tor-svn-commits at sebastianhahn.net
Mon Jan 16 10:56:03 UTC 2012


Author: sebastian
Date: 2012-01-16 10:56:03 +0000 (Mon, 16 Jan 2012)
New Revision: 25309

Modified:
   website/trunk/Makefile
   website/trunk/publish
Log:
Revert part of "get all the expert bundle versions"

This reverts commit 2790f8f20f2398eda08bd8e98b4930327a63b8eb.

Looks like some stuff got accidentally committed, most importantly the
make clean removal and the change of the stable/alpha version

Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2012-01-16 10:47:27 UTC (rev 25308)
+++ website/trunk/Makefile	2012-01-16 10:56:03 UTC (rev 25309)
@@ -2,7 +2,7 @@
 #
 # 1. Clone the Tor git repository and make TORGIT point to it:
 #
-# 	git clone git://git.torproject.org/tor/ tor
+# 	git clone git://git.torproject.org/tor/ tor.git
 #
 #    Note that you will need to point to the actual .git directory.
 # 2. Edit include/versions.wmi or others if you like
@@ -10,9 +10,9 @@
 # 4. make
 # 5. ./publish
 
-export TORGIT=/Users/erinn/src/tor.git/.git
-export STABLETAG=tor-0.2.2.24-alpha
-export DEVTAG=tor-0.2.2.24-alpha
+export TORGIT=set this to your tor.git path
+export STABLETAG=tor-0.2.2.35
+export DEVTAG=tor-0.2.3.10-alpha
 
 WMLBASE=.
 SUBDIRS=docs eff projects press about download getinvolved donate torbutton

Modified: website/trunk/publish
===================================================================
--- website/trunk/publish	2012-01-16 10:47:27 UTC (rev 25308)
+++ website/trunk/publish	2012-01-16 10:56:03 UTC (rev 25309)
@@ -1,8 +1,13 @@
 #!/bin/sh
 set -e # stop if we encounter an error
 
+# pull the latest changes
 svn update
+
+# clean up the working directory
 make clean
+
+# actually build the site
 make -j3
 
 # don't copy over stuff with permissions that make it useless



More information about the tor-commits mailing list