git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
64ffe27e7
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
publish
weasel told me to run these two lines every time i push to the website. must obey weasel.
Roger Dingledine
commited
64ffe27e7
at 2007-10-28 11:59:45
publish
Blame
History
Raw
#!/bin/sh set -e # stop if we encounter an error svn update make [ -d project/trace ] || mkdir -p project/trace date -u > project/trace/www.torproject.org # don't copy over stuff with permissions that make it useless chmod a+r * -R ## I'm not comfortable having arbitrary people use --delete yet, ## since if they screw up it'll blow away arbitrary things. #rsync -Prvz --delete . tor.eff.org:directory/ rsync -Prvz . www.torproject.org:/var/www/www.torproject.org/htdocs/