[or-cvs] a dinky script to demonstrate some steps of building the we...
arma at seul.org
arma at seul.org
Mon Jul 31 21:15:44 UTC 2006
Update of /home2/or/cvsroot/website
In directory moria:/home/arma/work/onion/cvs/website
Added Files:
publish
Log Message:
a dinky script to demonstrate some steps of building the website
--- NEW FILE: publish ---
#!/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.
More information about the tor-commits
mailing list