[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] r25256: {website} break publish for everyone to put back the 'make clean' (website/trunk)



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

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits