3884893e1bdec8d86bd79f565161f8cd38b46f8c
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"