[tor-commits] r25286: {website} get all the expert bundle versions (in website/trunk: . download/en)
Erinn Clark
erinn at torproject.org
Thu Jan 5 18:46:55 UTC 2012
Author: erinn
Date: 2012-01-05 18:46:55 +0000 (Thu, 05 Jan 2012)
New Revision: 25286
Modified:
website/trunk/Makefile
website/trunk/download/en/download.wml
website/trunk/publish
Log:
get all the expert bundle versions
Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile 2012-01-05 18:40:50 UTC (rev 25285)
+++ website/trunk/Makefile 2012-01-05 18:46:55 UTC (rev 25286)
@@ -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
+# git clone git://git.torproject.org/tor/ tor
#
# 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=set this to your tor.git path
-export STABLETAG=tor-0.2.2.35
-export DEVTAG=tor-0.2.3.10-alpha
+export TORGIT=/Users/erinn/src/tor.git/.git
+export STABLETAG=tor-0.2.2.24-alpha
+export DEVTAG=tor-0.2.2.24-alpha
WMLBASE=.
SUBDIRS=docs eff projects press about download getinvolved donate torbutton
Modified: website/trunk/download/en/download.wml
===================================================================
--- website/trunk/download/en/download.wml 2012-01-05 18:40:50 UTC (rev 25285)
+++ website/trunk/download/en/download.wml 2012-01-05 18:46:55 UTC (rev 25286)
@@ -115,11 +115,11 @@
<!-- EXPERT BUNDLE -->
<div class="package">
<div class="downloads">
- <a class="button" href="../dist/win32/tor-<version-win32-stable>-win32.exe"><span class="strong">Download</span><span class="normal">Expert Bundle</span></a>
+ <a class="button" href="../dist/win32/tor-<version-win32-stable>-win32-1.exe"><span class="strong">Download</span><span class="normal">Expert Bundle</span></a>
<div class="sig">
(<a href="../dist/win32/tor-<version-win32-stable>-win32-1.exe.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
</div>
- <a class="additional" href="../dist/win32/tor-<version-win32-alpha>-win32-1.exe">Download Unstable</a> (<a href="../dist/win32/tor-<version-win32-alpha>-win32.exe.asc">sig</a>)
+ <a class="additional" href="../dist/win32/tor-<version-win32-alpha>-win32-1.exe">Download Unstable</a> (<a href="../dist/win32/tor-<version-win32-alpha>-win32-1.exe.asc">sig</a>)
</div>
<h2>Expert Bundle</h2>
Modified: website/trunk/publish
===================================================================
--- website/trunk/publish 2012-01-05 18:40:50 UTC (rev 25285)
+++ website/trunk/publish 2012-01-05 18:46:55 UTC (rev 25286)
@@ -1,13 +1,7 @@
#!/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