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
1=== modified file 'auto-accept'
2--- auto-accept 2019-10-18 13:08:13 +0000
3+++ auto-accept 2020-04-20 10:34:13 +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