git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
5a7f21f18
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
publish
a dinky script to demonstrate some steps of building the website
Roger Dingledine
commited
5a7f21f18
at 2006-07-31 23:15:41
publish
Blame
History
Raw
#!/bin/sh cvs update -d -P make # XXX should check whether make fails scp *.html.* tor.eff.org:/www/tor.eff.org/docs/ scp docs/*.html.* tor.eff.org:/www/tor.eff.org/docs/docs/ ## This won't move images, css, etc. Somebody should set up rsync or ## something smarter to move those, or you can scp them separately.