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
=== modified file 'auto-accept'
--- auto-accept 2019-10-18 13:08:13 +0000
+++ auto-accept 2020-04-20 11:06:40 +0000
@@ -9,7 +9,7 @@
9POCKET = "Proposed"9POCKET = "Proposed"
10QUEUE = "Unapproved"10QUEUE = "Unapproved"
11SEED_WHITELIST = ["ubuntu-desktop-next", "ubuntugnome", "edubuntu"]11SEED_WHITELIST = ["ubuntu-desktop-next", "ubuntugnome", "edubuntu"]
12PACKAGESET_WHITELIST = {"ubuntugnome", "edubuntu", "i386-excludes"}12PACKAGESET_WHITELIST = {"ubuntugnome", "edubuntu", "i386-excludes", "i386-whitelist"}
13SEEDED_IN_UBUNTU = "/home/ubuntu-archive/ubuntu-dev-tools/seeded-in-ubuntu"13SEEDED_IN_UBUNTU = "/home/ubuntu-archive/ubuntu-dev-tools/seeded-in-ubuntu"
14PACKAGE_WHITELIST = ["upstart-app-launch", "click", "click-apparmor",14PACKAGE_WHITELIST = ["upstart-app-launch", "click", "click-apparmor",
15 "apparmor-easyprof-ubuntu", "ubuntuone-credentials"]15 "apparmor-easyprof-ubuntu", "ubuntuone-credentials"]

Subscribers

People subscribed via source and target branches