Rev 55: Allows Force build to work on branches other than trunk (second try). in file:///home/vila/buildbot/bzr/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Aug 17 09:40:07 BST 2009


At file:///home/vila/buildbot/bzr/

------------------------------------------------------------
revno: 55
revision-id: v.ladeuil+lp at free.fr-20090817084007-2k6zjbzro7dgh8h7
parent: v.ladeuil+lp at free.fr-20090817082105-ruezwb42pbec3xz8
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr
timestamp: Mon 2009-08-17 10:40:07 +0200
message:
  Allows Force build to work on branches other than trunk (second try).
  
  * master/master.cfg:
  (tests_factory, installer_factories): source.Bzr has further
  limitations...
-------------- next part --------------
=== modified file 'master/master.cfg'
--- a/master/master.cfg	2009-08-17 08:21:05 +0000
+++ b/master/master.cfg	2009-08-17 08:40:07 +0000
@@ -137,7 +137,8 @@
 tests_factory = factory.BuildFactory()
 
 tests_factory.addStep(
-    source.Bzr(repourl=bzr_base_URL + 'trunk',
+    source.Bzr(baseURL=bzr_base_URL,
+               defaultBranch='trunk',
                timeout=3600, # Keep room for initial checkout when needed
                ))
 tests_factory.addStep(BzrBuildExtensions())
@@ -179,7 +180,8 @@
         combi = '%s-%s' % (bzr_target, plugin_target)
         name = 'installer-%s' % (combi,)
         steps = [
-            source.Bzr(repourl=bzr_base_URL + 'trunk',
+            source.Bzr(baseURL=bzr_base_URL,
+                       defaultBranch='trunk',
                        mode="update", alwaysUseLatest=True,
                        timeout=3600,
                        ),



More information about the bazaar-commits mailing list