git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
92a677384
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
publish
change the website publish script to use svn rather than cvs
Roger Dingledine
commited
92a677384
at 2006-08-23 00:15:11
publish
Blame
History
Raw
#!/bin/sh svn update make # XXX should check whether make fails # 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 -Pravz . tor.eff.org:/www/tor.eff.org/docs/