29f41ca6d9dab1d5f5b4cefa633133477c327d14
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) 
Andrew Lewman sync my local working copy...

Andrew Lewman authored 13 years ago

4) make clean # clean cruft
5) 
6) svn update # get changes
7) 
8) make -j3 # abuse the cores
Roger Dingledine a dinky script to demonstra...

Roger Dingledine authored 17 years ago

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

Roger Dingledine authored 17 years ago

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

Erinn Clark authored 13 years ago

11) chmod a+r * -R
Andrew Lewman sync my local working copy...

Andrew Lewman authored 13 years ago

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

13) 
14) echo "Forcing mirror update"