[z3-checkins] r21747 - z3/www/trunk
regebro at codespeak.net
regebro at codespeak.net
Fri Jan 6 17:00:19 CET 2006
Author: regebro
Date: Fri Jan 6 17:00:17 2006
New Revision: 21747
Modified:
z3/www/trunk/publish_website.sh
Log:
OK, I broke it, now it's fixed again. Plus a warning to no break it again!
Modified: z3/www/trunk/publish_website.sh
==============================================================================
--- z3/www/trunk/publish_website.sh (original)
+++ z3/www/trunk/publish_website.sh Fri Jan 6 17:00:17 2006
@@ -1,7 +1,9 @@
#!/bin/bash
-DIR=/tmp/z3site
+# Don't touch this:
+DIR=/tmp/z3
+# You MUST touch this:
USER=regebro@
rm -rf $DIR
python mkwebsite.py $DIR
-rsync -e ssh -Prvz --delete $DIR $USER\codespeak.net:/www/codespeak.net/htdocs/z3/
+rsync -e ssh -Prvz --delete $DIR $USER\codespeak.net:/www/codespeak.net/htdocs/
More information about the z3-checkins
mailing list