8cb10c5c91bd4211e74c38920f448b2b21048d5e
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) 
Erinn Clark bump tbb versions to 2.2.34-2

Erinn Clark authored 12 years ago

4) svn update
Andrew Lewman put the clean back into pub...

Andrew Lewman authored 12 years ago

5) make clean
Erinn Clark bump tbb versions to 2.2.34-2

Erinn Clark authored 12 years ago

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

Roger Dingledine authored 17 years ago

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

Roger Dingledine authored 17 years ago

8) # 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

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

Erinn Clark authored 12 years ago

10) 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

11) 
12) echo "Forcing mirror update"