git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
f151228e4
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
publish
stop using the 'archive' flag for rsync. this was clobbering ownership, permissions, etc.
Roger Dingledine
commited
f151228e4
at 2007-02-11 06:43:41
publish
Blame
History
Raw
#!/bin/sh set -e # stop if we encounter an error svn update make # 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 -Pravz --delete . tor.eff.org:directory/ rsync -Prvz . tor.eff.org:/www/tor.eff.org/docs/