a dinky script to demonstrate some steps of building the website
Roger Dingledine

Roger Dingledine commited on 2006-07-31 23:15:41
Zeige 1 geänderte Dateien mit 10 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+cvs update -d -P
3
+make
4
+# XXX should check whether make fails
5
+scp *.html.* tor.eff.org:/www/tor.eff.org/docs/
6
+scp docs/*.html.* tor.eff.org:/www/tor.eff.org/docs/docs/
7
+
8
+## This won't move images, css, etc. Somebody should set up rsync or
9
+## something smarter to move those, or you can scp them separately.
10
+
0 11