launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27208
[Merge] ~xnox/launchpad:kernel-ubuntucore-cpc-ppas into launchpad:master
Dimitri John Ledkov has proposed merging ~xnox/launchpad:kernel-ubuntucore-cpc-ppas into launchpad:master.
Commit message:
Avoid expiring PPAs related to building UC kernel snaps and CPC images
Some UC kernel snaps are built from PPAs owned by the kernel team.
Some CPC / Cloud kernel previews are build from these PPAs too.
It is best to keep those PPAs unexpiring. The set of PPAs does change from time to time, hence keeping them all.
Requested reviews:
Canonical Kernel Team (canonical-kernel-team): fyi
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~xnox/launchpad/+git/launchpad/+merge/404128
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~xnox/launchpad:kernel-ubuntucore-cpc-ppas into launchpad:master.
diff --git a/lib/lp/soyuz/scripts/expire_archive_files.py b/lib/lp/soyuz/scripts/expire_archive_files.py
index 0f9ff03..e332709 100755
--- a/lib/lp/soyuz/scripts/expire_archive_files.py
+++ b/lib/lp/soyuz/scripts/expire_archive_files.py
@@ -42,6 +42,7 @@ bzr-nightly-ppa
canonical-foundations/ubuntu-image
canonical-foundations/uc20-build-ppa
canonical-foundations/uc20-staging-ppa
+canonical-kernel-team
chelsea-team
ci-train-ppa-service/stable-phone-overlay
dennis-team
Follow ups