0c385a9e203fd2c8585b1bd41b895f2aac3edaa1
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) # Directions for building the website:
2) #
3) # FIXME: this is incorrect, because maint-0.2.1 and master merged
4) # 1. Clone the Tor git repository, switch to branch maint-0.2.1, and
5) # make TORSVNSTABLE point to it: 
6) #
7) # 	git clone git://git.torproject.org/tor/ tor-stable
8) # 	cd tor-stable && git checkout maint-0.2.1
9) #
10) # 2. Clone the Tor git repository again and make TORGIT point to it:
11) #
12) # 	git clone git://git.torproject.org/tor/ tor
13) #
14) # 3. Edit include/versions.wmi or others if you like
15) # 4. Update STABLETAG and DEVTAG below if there is a new git tag
16) # 5. make
17) # 6. ./publish
18) 
19) # FIXME: these are the same
20) #TORSVNSTABLE = tor/stable
21) TORSVNSTABLE = tor-stable
22) TORGIT = tor/.git
23) STABLETAG = tor-0.2.1.26
Andrew Lewman work on the new website a b...

Andrew Lewman authored 13 years ago

24) DEVTAG = tor-0.2.2.14-alpha