← Back to team overview

yellow team mailing list archive

lp:~frankban/charms/oneiric/buildbot-slave/explicit-dependencies-dir into lp:~yellow/charms/oneiric/buildbot-slave/trunk

 

Francesco Banconi has proposed merging lp:~frankban/charms/oneiric/buildbot-slave/explicit-dependencies-dir into lp:~yellow/charms/oneiric/buildbot-slave/trunk.

Requested reviews:
  Launchpad Yellow Squad (yellow)

For more details, see:
https://code.launchpad.net/~frankban/charms/oneiric/buildbot-slave/explicit-dependencies-dir/+merge/106774

== Changes ==

A recent branch of lpsetup (MP here: https://code.launchpad.net/~frankban/lpsetup/haveged/+merge/106771) changes the default paths used for Launchpad checkout and dependencies. This branch reflects that change: now, in lpbuildbot.yaml, the dependencies path is explicitly provided as an argument of lp-setup.
-- 
https://code.launchpad.net/~frankban/charms/oneiric/buildbot-slave/explicit-dependencies-dir/+merge/106774
Your team Launchpad Yellow Squad is requested to review the proposed merge of lp:~frankban/charms/oneiric/buildbot-slave/explicit-dependencies-dir into lp:~yellow/charms/oneiric/buildbot-slave/trunk.
=== modified file 'examples/lpbuildbot.yaml'
--- examples/lpbuildbot.yaml	2012-05-08 12:05:03 +0000
+++ examples/lpbuildbot.yaml	2012-05-22 10:19:26 +0000
@@ -5,7 +5,7 @@
   script-path: "/usr/bin/lp-setup"
   # The buildbot user's home directory is /var/lib/buildout.
   # The LP dependencies will be in /var/lib/buildout/launchpad/dependencies.
-  script-args: "lxc-install -u buildbot -e launchpad-pqm@xxxxxxxxxxxxx -f 'Launchpad PQM' -c {installdir} -S launchpad_lxc_id_rsa --testing"
+  script-args: "lxc-install -u buildbot -e launchpad-pqm@xxxxxxxxxxxxx -f 'Launchpad PQM' -c {installdir} -d /var/lib/buildout/launchpad/dependencies -S launchpad_lxc_id_rsa --testing"
   extra-repository: deb http://us.archive.ubuntu.com/ubuntu/ lucid main universe
   buildbot-pkg: buildbot/lucid
   extra-packages: testrepository


Follow ups