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
=== modified file 'auto-accept'
--- auto-accept 2021-10-15 02:40:56 +0000
+++ auto-accept 2022-03-29 17:17:55 +0000
@@ -8,11 +8,10 @@
8SERIES = "jammy"8SERIES = "jammy"
9POCKET = "Proposed"9POCKET = "Proposed"
10QUEUE = "Unapproved"10QUEUE = "Unapproved"
11SEED_WHITELIST = ["ubuntu-desktop-next", "ubuntugnome", "edubuntu"]11SEED_WHITELIST = []
12PACKAGESET_WHITELIST = {"ubuntugnome", "edubuntu", "i386-excludes", "i386-whitelist"}12PACKAGESET_WHITELIST = {"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 = []
15 "apparmor-easyprof-ubuntu", "ubuntuone-credentials"]
1615
17DEBUG = 016DEBUG = 0
18if len(sys.argv) > 1 and sys.argv[1] == "debug":17if len(sys.argv) > 1 and sys.argv[1] == "debug":

Subscribers

People subscribed via source and target branches