[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] a dinky script to demonstrate some steps of building the we...
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.