break publish for everyone to put back the 'make clean'
Andrew Lewman

Andrew Lewman commited on 2011-12-15 04:23:34
Zeige 1 geänderte Dateien mit 6 Einfügungen und 0 Löschungen.

... ...
@@ -1,7 +1,13 @@
1 1
 #!/bin/sh
2 2
 set -e # stop if we encounter an error
3 3
 
4
+# pull the latest changes
4 5
 svn update
6
+
7
+# clean up the working directory
8
+make clean
9
+
10
+# actually build the site
5 11
 make -j3
6 12
 
7 13
 # don't copy over stuff with permissions that make it useless
8 14