Merge lp:~xnox/ubuntu-archive-scripts/auto-accept-i386-only-packages into lp:ubuntu-archive-scripts

Proposed by Dimitri John Ledkov
Status: Merged
Merge reported by: Steve Langasek
Merged at revision: not available
Proposed branch: lp:~xnox/ubuntu-archive-scripts/auto-accept-i386-only-packages
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:~xnox/ubuntu-archive-scripts/auto-accept-i386-only-packages
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+382569@code.launchpad.net

Commit message

Add i386-whitelist as a packageset that is not on images

i.e. gcc-snapshot should have been auto-accepted, but was not. It's only in the 'i386-whitelist' packageset, and no others.

Description of the change

Add i386-whitelist as a packageset that is not on images

i.e. gcc-snapshot should have been auto-accepted, but was not. It's only in the 'i386-whitelist' packageset, and no others.

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

please reject, equivalent was merged already

Revision history for this message
Steve Langasek (vorlon) wrote :

This change was included somewhere along the way.

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 10:34:13 +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