git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
510f1901d
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
publish
sync my local working copy of publish with the world.
Andrew Lewman
commited
510f1901d
at 2011-03-23 16:15:43
publish
Blame
History
Raw
#!/bin/sh set -e # stop if we encounter an error make clean # clean cruft svn update # get changes make -j3 # abuse the cores # don't copy over stuff with permissions that make it useless chmod a+r * -R 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 echo "Forcing mirror update" ssh vescum '/home/mirroradm/bin/trigger-mirrors' ssh vescum chmod g+w -R /srv/www-master.torproject.org/htdocs