bc9210829fc528349c561158d1f732cb13fb8323
Roger Dingledine a dinky script to demonstra...

Roger Dingledine authored 18 years ago

1) #!/bin/sh
Roger Dingledine weasel gave me a less ugly...

Roger Dingledine authored 18 years ago

2) set -e # stop if we encounter an error
3) 
4) svn update
Andrew Lewman update the publish script.

Andrew Lewman authored 14 years ago

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

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 17 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 17 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 18 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 15 years ago

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

Andrew Lewman authored 14 years ago

14) rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi -Prvz --delete . vescum:/srv/www-master.torproject.org/htdocs
15) ssh vescum chmod g+w -R /srv/www-master.torproject.org/htdocs
Roger Dingledine the publish script now need...

Roger Dingledine authored 14 years ago

16) 
17) echo "Forcing mirror update"
Andrew Lewman update the publish script.

Andrew Lewman authored 14 years ago

18) ssh vescum '/var/lib/mirror-tor/trigger-sync'