[cig-commits] r15857 - doc/geodynamics.org/benchmarks/trunk

luis at geodynamics.org luis at geodynamics.org
Wed Oct 21 13:05:39 PDT 2009


Author: luis
Date: 2009-10-21 13:05:38 -0700 (Wed, 21 Oct 2009)
New Revision: 15857

Modified:
   doc/geodynamics.org/benchmarks/trunk/watcher.c
Log:
Disable publishing in watcher.c

First we need to fix publish.py & download.py so that changes
on the website are never overwritten by accident.

Modified: doc/geodynamics.org/benchmarks/trunk/watcher.c
===================================================================
--- doc/geodynamics.org/benchmarks/trunk/watcher.c	2009-10-21 20:05:34 UTC (rev 15856)
+++ doc/geodynamics.org/benchmarks/trunk/watcher.c	2009-10-21 20:05:38 UTC (rev 15857)
@@ -300,7 +300,7 @@
     unsigned int vnode_events;
 
     /* for publishing */
-    int publishing = 1;
+    int publishing = 0;
 
     /* for reloading browser */
     int reloading = 0;



More information about the CIG-COMMITS mailing list