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

brad at geodynamics.org brad at geodynamics.org
Thu Apr 18 14:07:16 PDT 2013


Author: brad
Date: 2013-04-18 14:07:15 -0700 (Thu, 18 Apr 2013)
New Revision: 21900

Modified:
   cs/buildbot/trunk/buildbot/repositories.py
Log:
Temporarily remove branch and submodules flags since Git implementation appears to be incomplete.

Modified: cs/buildbot/trunk/buildbot/repositories.py
===================================================================
--- cs/buildbot/trunk/buildbot/repositories.py	2013-04-18 19:23:17 UTC (rev 21899)
+++ cs/buildbot/trunk/buildbot/repositories.py	2013-04-18 21:07:15 UTC (rev 21900)
@@ -132,9 +132,11 @@
         self.branch = branch
 
     def sourceStepKwds(self):
-        return {'repourl': self.repourl, 
-                'branch': self.branch,
-                'submodules': True}
+        # :TODO: Need support for branch and submodules
+        #return {'repourl': self.repourl, 
+        #        'branch': self.branch,
+        #        'submodules': True}
+        return {'repourl': self.repourl}
 
     def location(self):
         return self.Location(repository=self)



More information about the CIG-COMMITS mailing list