Erinn Clark commited on 2012-01-05 19:46:55
Zeige 3 geänderte Dateien mit 6 Einfügungen und 12 Löschungen.
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
# |
3 | 3 |
# 1. Clone the Tor git repository and make TORGIT point to it: |
4 | 4 |
# |
5 |
-# git clone git://git.torproject.org/tor/ tor.git |
|
5 |
+# git clone git://git.torproject.org/tor/ tor |
|
6 | 6 |
# |
7 | 7 |
# Note that you will need to point to the actual .git directory. |
8 | 8 |
# 2. Edit include/versions.wmi or others if you like |
... | ... |
@@ -10,9 +10,9 @@ |
10 | 10 |
# 4. make |
11 | 11 |
# 5. ./publish |
12 | 12 |
|
13 |
-export TORGIT=set this to your tor.git path |
|
14 |
-export STABLETAG=tor-0.2.2.35 |
|
15 |
-export DEVTAG=tor-0.2.3.10-alpha |
|
13 |
+export TORGIT=/Users/erinn/src/tor.git/.git |
|
14 |
+export STABLETAG=tor-0.2.2.24-alpha |
|
15 |
+export DEVTAG=tor-0.2.2.24-alpha |
|
16 | 16 |
|
17 | 17 |
WMLBASE=. |
18 | 18 |
SUBDIRS=docs eff projects press about download getinvolved donate torbutton |
... | ... |
@@ -115,11 +115,11 @@ you are used to. Please read the <a href="#warning">full list of warnings</a> fo |
115 | 115 |
<!-- EXPERT BUNDLE --> |
116 | 116 |
<div class="package"> |
117 | 117 |
<div class="downloads"> |
118 |
- <a class="button" href="../dist/win32/tor-<version-win32-stable>-win32.exe"><span class="strong">Download</span><span class="normal">Expert Bundle</span></a> |
|
118 |
+ <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> |
|
119 | 119 |
<div class="sig"> |
120 | 120 |
(<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> |
121 | 121 |
</div> |
122 |
- <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>) |
|
122 |
+ <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>) |
|
123 | 123 |
</div> |
124 | 124 |
|
125 | 125 |
<h2>Expert Bundle</h2> |
... | ... |
@@ -1,13 +1,7 @@ |
1 | 1 |
#!/bin/sh |
2 | 2 |
set -e # stop if we encounter an error |
3 | 3 |
|
4 |
-# pull the latest changes |
|
5 | 4 |
svn update |
6 |
- |
|
7 |
-# clean up the working directory |
|
8 |
-make clean |
|
9 |
- |
|
10 |
-# actually build the site |
|
11 | 5 |
make -j3 |
12 | 6 |
|
13 | 7 |
# don't copy over stuff with permissions that make it useless |
14 | 8 |