← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad-mojo-specs/+git/private:vbuilder-launchpad-buildd-ppa into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder

 

Colin Watson has proposed merging ~cjwatson/launchpad-mojo-specs/+git/private:vbuilder-launchpad-buildd-ppa into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.

Commit message:
vbuilder: Use ppa:launchpad/buildd for production

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad-mojo-specs/+git/private/+merge/425329

We've been using ppa:canonical-is-sa/buildd for some time, which is managed by IS following directions from the Launchpad team.  However, having to run this through IS adds significant friction to launchpad-buildd deployments, and since they just do exactly what we tell them to do anyway it's not clear that it's worth the extra stage of gatekeeping.  I've copied all the current packages from there into a new PPA owned by the Launchpad team, and this commit switches production over to use it.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad-mojo-specs/+git/private:vbuilder-launchpad-buildd-ppa into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index bd01721..9704c38 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -21,7 +21,7 @@
 {%-   set instance_network_lgw01 = "10.222.144.0/20" %}
 {%-   set instance_router = "vbuilder_router" %}
 {%-   set instance_router_lcy02 = "router_launchpad-vbuilder-production" %}
-{%-   set launchpad_buildd_repository = "ppa:canonical-is-sa/buildd" %}
+{%-   set launchpad_buildd_repository = "ppa:launchpad/buildd" %}
 {%-   set lp_buildd_managers_lfp = "91.189.89.254 10.58.64.7 10.131.66.156" %}
 {%-   set lp_buildd_managers = "91.189.89.254 10.131.66.156" %}
 {%-   set lp_environment = "production" %}

Follow ups