Merge lp:~laney/ubuntu-archive-scripts/auto-accept-i386-whitelist into lp:ubuntu-archive-scripts

Proposed by Iain Lane
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 279
Merged at revision: 279
Proposed branch: lp:~laney/ubuntu-archive-scripts/auto-accept-i386-whitelist
Merge into: lp:ubuntu-archive-scripts
Diff against target: 12 lines (+1/-1)
1 file modified
auto-accept (+1/-1)
To merge this branch: bzr merge lp:~laney/ubuntu-archive-scripts/auto-accept-i386-whitelist
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+382572@code.launchpad.net

Commit message

auto-accept: Add i386-whitelist to the seed whitelist

We shouldn't hold uploads here when packages are otherwise unseeded.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'auto-accept'
2--- auto-accept 2019-10-18 13:08:13 +0000
3+++ auto-accept 2020-04-20 11:06:40 +0000
4@@ -9,7 +9,7 @@
5 POCKET = "Proposed"
6 QUEUE = "Unapproved"
7 SEED_WHITELIST = ["ubuntu-desktop-next", "ubuntugnome", "edubuntu"]
8-PACKAGESET_WHITELIST = {"ubuntugnome", "edubuntu", "i386-excludes"}
9+PACKAGESET_WHITELIST = {"ubuntugnome", "edubuntu", "i386-excludes", "i386-whitelist"}
10 SEEDED_IN_UBUNTU = "/home/ubuntu-archive/ubuntu-dev-tools/seeded-in-ubuntu"
11 PACKAGE_WHITELIST = ["upstart-app-launch", "click", "click-apparmor",
12 "apparmor-easyprof-ubuntu", "ubuntuone-credentials"]

Subscribers

People subscribed via source and target branches