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

brad at geodynamics.org brad at geodynamics.org
Tue Mar 1 11:09:23 PST 2011


Author: brad
Date: 2011-03-01 11:09:23 -0800 (Tue, 01 Mar 2011)
New Revision: 17995

Modified:
   cs/buildbot/trunk/buildbot/bs.py
Log:
Readded repo location.

Modified: cs/buildbot/trunk/buildbot/bs.py
===================================================================
--- cs/buildbot/trunk/buildbot/bs.py	2011-03-01 18:55:42 UTC (rev 17994)
+++ cs/buildbot/trunk/buildbot/bs.py	2011-03-01 19:09:23 UTC (rev 17995)
@@ -390,7 +390,8 @@
     This implementation uses "make install".
     """
 
-    def __init__(self):
+    def __init__(self, location=None):
+        self.location = location
         return
 
 



More information about the CIG-COMMITS mailing list