← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ruinedyourlife/launchpad-bastion-scripts:native-publisher-build-label into launchpad-bastion-scripts:main

 

Quentin Debhi has proposed merging ~ruinedyourlife/launchpad-bastion-scripts:native-publisher-build-label into launchpad-bastion-scripts:main.

Commit message:
auto-upgrade-qastaging: add launchpad-native-publisher build-label

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ruinedyourlife/launchpad-bastion-scripts/+git/launchpad-bastion-scripts/+merge/485415
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ruinedyourlife/launchpad-bastion-scripts:native-publisher-build-label into launchpad-bastion-scripts:main.
diff --git a/auto-upgrade-qastaging b/auto-upgrade-qastaging
index e77e3ba..f1ea07b 100755
--- a/auto-upgrade-qastaging
+++ b/auto-upgrade-qastaging
@@ -41,6 +41,7 @@ then
         set-local-config launchpad-ftpmaster-uploader build_label="$stable_commit"
         set-local-config launchpad-librarian build_label="$stable_commit"
         set-local-config launchpad-loggerhead build_label="$stable_commit"
+        set-local-config launchpad-native-publisher build_label="$stable_commit"
         set-local-config launchpad-ppa-publisher build_label="$stable_commit"
         set-local-config launchpad-ppa-uploader build_label="$stable_commit"
         set-local-config launchpad-scripts build_label="$stable_commit"