9bdae894b201c700e368d2fddd28642d53a89f3d
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) 
Andrew Lewman break publish for everyone...

Andrew Lewman authored 12 years ago

4) # pull the latest changes
Erinn Clark bump tbb versions to 2.2.34-2

Erinn Clark authored 13 years ago

5) svn update
Andrew Lewman break publish for everyone...

Andrew Lewman authored 12 years ago

6) 
7) # clean up the working directory
8) make clean
9) 
10) # actually build the site
Erinn Clark bump tbb versions to 2.2.34-2

Erinn Clark authored 13 years ago

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

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 18 years ago

13) # don't copy over stuff with permissions that make it useless
Sebastian Hahn Fix chmod call to put its o...

Sebastian Hahn authored 13 years ago

14) chmod -R a+r *
Erinn Clark bump tbb versions to 2.2.34-2

Erinn Clark authored 13 years ago

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

16) 
17) echo "Forcing mirror update"