d1559c0f34954018e163080b3cce6f0264620fed
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
5) make
Roger Dingledine a dinky script to demonstra...

Roger Dingledine authored 17 years ago

6) 
Roger Dingledine write a note for arma when...

Roger Dingledine authored 16 years ago

7) # Update a timestamp so we can check whether each mirror is
8) # up to date.
Roger Dingledine weasel told me to run these...

Roger Dingledine authored 16 years ago

9) [ -d project/trace ] || mkdir -p project/trace
10) date -u > project/trace/www.torproject.org
11) 
Roger Dingledine hack to avoid copying a-r f...

Roger Dingledine authored 17 years ago

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

13) chmod a+r * -R
Roger Dingledine hack to avoid copying a-r f...

Roger Dingledine authored 17 years ago

14) 
Roger Dingledine switch the publish script t...

Roger Dingledine authored 17 years ago

15) ## I'm not comfortable having arbitrary people use --delete yet,
16) ## since if they screw up it'll blow away arbitrary things.
Roger Dingledine make byblos the default tar...

Roger Dingledine authored 16 years ago

17) #rsync -Prvz --delete . tor.eff.org:directory/
Roger Dingledine switch the publish script t...

Roger Dingledine authored 17 years ago

18) 
Roger Dingledine sjmurdoch suggests --exclud...

Roger Dingledine authored 16 years ago

19) rsync --exclude .svn --exclude .deps -Prvz . www.torproject.org:/var/www/www.torproject.org/htdocs/