← Back to team overview

yellow team mailing list archive

[Merge] lp:~frankban/lpbuildbot/new-lpsetup into lp:~launchpad/lpbuildbot/public

 

Francesco Banconi has proposed merging lp:~frankban/lpbuildbot/new-lpsetup into lp:~launchpad/lpbuildbot/public.

Requested reviews:
  Yellow Squad (yellow)

For more details, see:
https://code.launchpad.net/~frankban/lpbuildbot/new-lpsetup/+merge/116598

== Changes ==

Updated Launchpad dependencies path used by the "linking dependencies" buildbot step. lpsetup now installs dependencies inside the code checkout/branch.
-- 
https://code.launchpad.net/~frankban/lpbuildbot/new-lpsetup/+merge/116598
Your team Yellow Squad is requested to review the proposed merge of lp:~frankban/lpbuildbot/new-lpsetup into lp:~launchpad/lpbuildbot/public.
=== modified file 'master.cfg'
--- master.cfg	2012-06-20 22:00:06 +0000
+++ master.cfg	2012-07-25 08:32:18 +0000
@@ -70,7 +70,7 @@
 def addEnvironmentPrepSteps(fac):
     fac.addStep(bzrbuildbot.shell.ShellCommand(
         command=['./utilities/link-external-sourcecode',
-                 '-p/var/lib/buildbot/launchpad/dependencies'],
+                 '-p/var/lib/buildbot/slaves/slave/devel'],
         description=['linking', 'dependencies'],
         descriptionDone=['link', 'dependencies']))
     fac.addStep(bzrbuildbot.shell.ShellCommand(


Follow ups