[cig-commits] r18034 - cs/buildbot/trunk/buildbot/scripts

brad at geodynamics.org brad at geodynamics.org
Fri Mar 4 10:49:40 PST 2011


Author: brad
Date: 2011-03-04 10:49:39 -0800 (Fri, 04 Mar 2011)
New Revision: 18034

Modified:
   cs/buildbot/trunk/buildbot/scripts/packager.py
Log:
Fixed bugs in packager.

Modified: cs/buildbot/trunk/buildbot/scripts/packager.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/packager.py	2011-03-04 18:48:31 UTC (rev 18033)
+++ cs/buildbot/trunk/buildbot/scripts/packager.py	2011-03-04 18:49:39 UTC (rev 18034)
@@ -636,7 +636,7 @@
     if config.packaging is None:
         sys.exit('no packaging configuation; try "svn propedit buildbot:config ."')
 
-    if opSys == "linux": # False is TEMPORARY
+    if opSys == "linux":
         # We only need one of these; do it on Linux only.
         archive = distdir + ".tar.gz"
         taggedArchive = tag + "-" + archive



More information about the CIG-COMMITS mailing list