launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30888
[Merge] ~philroche/launchpad:feature/dont-expire-security-proposed-ppa into launchpad:master
Philip Roche has proposed merging ~philroche/launchpad:feature/dont-expire-security-proposed-ppa into launchpad:master.
Commit message:
feat: Don't expire Ubuntu Security Proposed PPA
This archive is used for many security builds and to ensure further support for our
reproducible builds efforts the packages in this PPA should always be available and should not expire.
We should keep their history in the same way we do with the main archive.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~philroche/launchpad/+git/launchpad/+merge/460937
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~philroche/launchpad:feature/dont-expire-security-proposed-ppa into launchpad:master.
diff --git a/lib/lp/soyuz/scripts/expire_archive_files.py b/lib/lp/soyuz/scripts/expire_archive_files.py
index ed578dc..55fb8ce 100755
--- a/lib/lp/soyuz/scripts/expire_archive_files.py
+++ b/lib/lp/soyuz/scripts/expire_archive_files.py
@@ -50,6 +50,7 @@ ubuntu-esm/esm-apps-updates
ubuntu-esm/esm-infra-security
ubuntu-esm/esm-infra-updates
ubuntu-mobile
+ubuntu-security-proposed/ppa
wheelbarrow
""".split()