85c9091db4b1879a24fcd2e58d839ea8a6271116
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) 
4) svn update
Andrew Lewman update the publish script.

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 17 years ago

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

Roger Dingledine authored 17 years ago

7) # don't copy over stuff with permissions that make it useless
Erinn Clark put phobos's defaults back...

Erinn Clark authored 13 years ago

8) chmod a+r * -R
Roger Dingledine don't try to delete project...

Roger Dingledine authored 13 years ago

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

Roger Dingledine authored 14 years ago

10) 
11) echo "Forcing mirror update"