8b17c2a3a5b2dabd4cfec523c0f4b87a33d74075
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 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
Andrew Lewman update the publish script.

Andrew Lewman authored 13 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"