[cig-commits] r21914 - cs/buildbot/trunk/buildbot/steps

brad at geodynamics.org brad at geodynamics.org
Fri Apr 19 14:28:24 PDT 2013


Author: brad
Date: 2013-04-19 14:28:23 -0700 (Fri, 19 Apr 2013)
New Revision: 21914

Modified:
   cs/buildbot/trunk/buildbot/steps/source.py
Log:
Small tweaks to try to add branch to git cloning.

Modified: cs/buildbot/trunk/buildbot/steps/source.py
===================================================================
--- cs/buildbot/trunk/buildbot/steps/source.py	2013-04-19 21:26:24 UTC (rev 21913)
+++ cs/buildbot/trunk/buildbot/steps/source.py	2013-04-19 21:28:23 UTC (rev 21914)
@@ -603,6 +603,7 @@
             raise BuildSlaveTooOldError("slave is too old, does not know "
                                         "about git")
 
+        self.args['repourl'] = self.repourl
         if branch:
             self.args['branch'] = branch
         self.args['revision'] = revision



More information about the CIG-COMMITS mailing list