[cig-commits] r17992 - cs/buildbot/trunk/buildbot

brad at geodynamics.org brad at geodynamics.org
Tue Mar 1 10:04:06 PST 2011


Author: brad
Date: 2011-03-01 10:04:06 -0800 (Tue, 01 Mar 2011)
New Revision: 17992

Modified:
   cs/buildbot/trunk/buildbot/bs.py
Log:
Fix for ASEBuildSystemInstall.

Modified: cs/buildbot/trunk/buildbot/bs.py
===================================================================
--- cs/buildbot/trunk/buildbot/bs.py	2011-03-01 17:57:40 UTC (rev 17991)
+++ cs/buildbot/trunk/buildbot/bs.py	2011-03-01 18:04:06 UTC (rev 17992)
@@ -391,9 +391,9 @@
     """
 
     def __init__(self):
-        self.pseudoPrefix = pseudoPrefix
-        self.location = location
+        return
 
+
     def generativeSteps(self, buildEnv, buildConfig, env, desc, workdir, configureArgs, line):
         steps = []
         if self.location:



More information about the CIG-COMMITS mailing list