d0a0635664454c5f40875d493b08ee9afa141176
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
Andrew Lewman revert the last change to p...

Andrew Lewman authored 14 years ago

8) chmod a+r * -R
Andrew Lewman update the publish script.

Andrew Lewman authored 13 years ago

9) rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi -Prvz --delete . vescum:/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"
Andrew Lewman fix the path to mirror trig...

Andrew Lewman authored 13 years ago

12) ssh vescum '/home/mirroradm/bin/trigger-mirrors'