← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad-bastion-scripts:add-launchpad-copy-archive-publisher into launchpad-bastion-scripts:main

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad-bastion-scripts:add-launchpad-copy-archive-publisher into launchpad-bastion-scripts:main.

Commit message:
auto-upgrade-qastaging: Add launchpad-copy-archive-publisher

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad-bastion-scripts/+git/launchpad-bastion-scripts/+merge/453914
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad-bastion-scripts:add-launchpad-copy-archive-publisher into launchpad-bastion-scripts:main.
diff --git a/auto-upgrade-qastaging b/auto-upgrade-qastaging
index 6d74816..932520a 100755
--- a/auto-upgrade-qastaging
+++ b/auto-upgrade-qastaging
@@ -20,6 +20,7 @@ if [ "$stable_commit" != "$deployed_commit" ]; then
         set-local-config launchpad-appserver build_label="$stable_commit"
         set-local-config launchpad-assets build_label="$stable_commit"
         set-local-config launchpad-debian-importer build_label="$stable_commit"
+        set-local-config launchpad-copy-archive-publisher build_label="$stable_commit"
         set-local-config launchpad-ftpmaster-publisher build_label="$stable_commit"
         set-local-config launchpad-ftpmaster-uploader build_label="$stable_commit"
         set-local-config launchpad-librarian build_label="$stable_commit"