Merge lp:~brian-murray/ubuntu-archive-scripts/remove-vintage-packages into lp:ubuntu-archive-scripts

Proposed by Brian Murray
Status: Merged
Merged at revision: 331
Proposed branch: lp:~brian-murray/ubuntu-archive-scripts/remove-vintage-packages
Merge into: lp:ubuntu-archive-scripts
Diff against target: 18 lines (+3/-4)
1 file modified
auto-accept (+3/-4)
To merge this branch: bzr merge lp:~brian-murray/ubuntu-archive-scripts/remove-vintage-packages
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Iain Lane Approve
Review via email: mp+417821@code.launchpad.net

Description of the change

Let's clean up some cruft.

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

cheers!

optional comments:

  * s/WHITELIST/ALLOWLIST/g across the script
  * comment these variables so people can see what they do

otherwise, lgtm

review: Approve
Revision history for this message
Steve Langasek (vorlon) :
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 2021-10-15 02:40:56 +0000
3+++ auto-accept 2022-03-29 17:17:55 +0000
4@@ -8,11 +8,10 @@
5 SERIES = "jammy"
6 POCKET = "Proposed"
7 QUEUE = "Unapproved"
8-SEED_WHITELIST = ["ubuntu-desktop-next", "ubuntugnome", "edubuntu"]
9-PACKAGESET_WHITELIST = {"ubuntugnome", "edubuntu", "i386-excludes", "i386-whitelist"}
10+SEED_WHITELIST = []
11+PACKAGESET_WHITELIST = {"i386-excludes", "i386-whitelist"}
12 SEEDED_IN_UBUNTU = "/home/ubuntu-archive/ubuntu-dev-tools/seeded-in-ubuntu"
13-PACKAGE_WHITELIST = ["upstart-app-launch", "click", "click-apparmor",
14- "apparmor-easyprof-ubuntu", "ubuntuone-credentials"]
15+PACKAGE_WHITELIST = []
16
17 DEBUG = 0
18 if len(sys.argv) > 1 and sys.argv[1] == "debug":

Subscribers

People subscribed via source and target branches