get all the expert bundle versions

This commit is contained in:
Erinn Clark 2012-01-05 18:46:55 +00:00
parent cd5deeaf9b
commit 2cef138db9
3 changed files with 6 additions and 12 deletions

View File

@ -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

View File

@ -115,11 +115,11 @@ you are used to. Please read the <a href="#warning">full list of warnings</a> fo
<!-- 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>

View File

@ -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