a2b8d035fb531896fd3c4661f7deae2bd55d7d54
Roger Dingledine a dinky script to demonstra...

Roger Dingledine authored 17 years ago

1) #!/bin/sh
Roger Dingledine weasel gave me a less ugly...

Roger Dingledine authored 17 years ago

2) set -e # stop if we encounter an error
3) 
Sebastian Hahn Revert part of "get all the...

Sebastian Hahn authored 12 years ago

4) # pull the latest changes
Erinn Clark bump tbb versions to 2.2.34-2

Erinn Clark authored 12 years ago

5) svn update
Sebastian Hahn Revert part of "get all the...

Sebastian Hahn authored 12 years ago

6) 
7) # clean up the working directory
Andrew Lewman put the clean back into pub...

Andrew Lewman authored 12 years ago

8) make clean
Sebastian Hahn Revert part of "get all the...

Sebastian Hahn authored 12 years ago

9) 
10) # actually build the site
Erinn Clark bump tbb versions to 2.2.34-2

Erinn Clark authored 12 years ago

11) make -j3
Roger Dingledine a dinky script to demonstra...

Roger Dingledine authored 17 years ago

12) 
Roger Dingledine hack to avoid copying a-r f...

Roger Dingledine authored 17 years ago

13) # don't copy over stuff with permissions that make it useless
Sebastian Hahn Fix chmod call to put its o...

Sebastian Hahn authored 12 years ago

14) chmod -R a+r *
Erinn Clark bump tbb versions to 2.2.34-2

Erinn Clark authored 12 years ago

15) rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi --exclude project -Prvz --delete . vescum:/srv/www-master.torproject.org/htdocs
Roger Dingledine the publish script now need...

Roger Dingledine authored 14 years ago

16) 
17) echo "Forcing mirror update"