Merge ~cjwatson/launchpad:expire-old-private-archives into launchpad:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: b08f701faafdf4a13e0c1889c6c07a78a5f813b7
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad:expire-old-private-archives
Merge into: launchpad:master
Diff against target: 22 lines (+3/-1)
1 file modified
lib/lp/soyuz/scripts/expire_archive_files.py (+3/-1)
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Review via email: mp+397895@code.launchpad.net

Commit message

Expire files from a few old private PPAs

Description of the change

Private PPAs are normally packrats, but we need to actually get rid of deleted files from these ones.

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/soyuz/scripts/expire_archive_files.py b/lib/lp/soyuz/scripts/expire_archive_files.py
2index 12ca8c3..420fc10 100755
3--- a/lib/lp/soyuz/scripts/expire_archive_files.py
4+++ b/lib/lp/soyuz/scripts/expire_archive_files.py
5@@ -11,7 +11,6 @@ from lp.soyuz.model.archive import Archive
6
7 # PPA owners or particular PPAs that we never want to expire.
8 BLACKLISTED_PPAS = """
9-adobe-isv
10 bzr
11 bzr-beta-ppa
12 bzr-nightly-ppa
13@@ -34,8 +33,11 @@ wheelbarrow
14 # Particular PPAs (not owners, unlike the whitelist) that should be
15 # expired even if they're private.
16 WHITELISTED_PPAS = """
17+adobe-isv/flash64
18+adobe-isv/ppa
19 kubuntu-ninjas/ppa
20 landscape/lds-trunk
21+moblin/moblin-private-beta
22 """.split()
23
24

Subscribers

People subscribed via source and target branches

to status/vote changes: