[tor-commits] r25256: {website} break publish for everyone to put back the 'make clean' (website/trunk)
Andrew Lewman
andrew at torproject.org
Thu Dec 15 03:23:34 UTC 2011
Author: phobos
Date: 2011-12-15 03:23:34 +0000 (Thu, 15 Dec 2011)
New Revision: 25256
Modified:
website/trunk/publish
Log:
break publish for everyone to put back the 'make clean'
Modified: website/trunk/publish
===================================================================
--- website/trunk/publish 2011-12-15 03:17:45 UTC (rev 25255)
+++ website/trunk/publish 2011-12-15 03:23:34 UTC (rev 25256)
@@ -1,7 +1,13 @@
#!/bin/sh
set -e # stop if we encounter an error
+# pull the latest changes
svn update
+
+# clean up the working directory
+make clean
+
+# actually build the site
make -j3
# don't copy over stuff with permissions that make it useless
More information about the tor-commits
mailing list