← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~philroche/launchpad:feature/dont-expire-security-staging-ppa into launchpad:master

 

Philip Roche has proposed merging ~philroche/launchpad:feature/dont-expire-security-staging-ppa into launchpad:master.

Commit message:
feat: Don't expire Ubuntu Security Staging 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/461054
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~philroche/launchpad:feature/dont-expire-security-staging-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 55fb8ce..1509bcb 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/ubuntu-security-staging
 ubuntu-security-proposed/ppa
 wheelbarrow
 """.split()

References