Merge ~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm:check-updates-maas-images into ubuntu-mirror-charm:master

Proposed by Paul Collins
Status: Merged
Approved by: Haw Loeung
Approved revision: 42fa81722a38f681d627382a4be441ee5fa138bc
Merged at revision: fb936dc34af7e649205375e680eca163e6adbc5f
Proposed branch: ~pjdc/ubuntu-mirror-charm/+git/ubuntu-mirror-charm:check-updates-maas-images
Merge into: ubuntu-mirror-charm:master
Diff against target: 14 lines (+3/-0)
1 file modified
files/check-updates.sh (+3/-0)
Reviewer Review Type Date Requested Status
Haw Loeung +1 Approve
Canonical IS Reviewers Pending
Review via email: mp+392100@code.launchpad.net

Commit message

maas-images syncs are not as frequent as we expect, cRT#128116

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Haw Loeung (hloeung) wrote :

LGTM

review: Approve (+1)
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision fb936dc34af7e649205375e680eca163e6adbc5f

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/files/check-updates.sh b/files/check-updates.sh
2index 92b963b..f1ebe86 100755
3--- a/files/check-updates.sh
4+++ b/files/check-updates.sh
5@@ -35,6 +35,9 @@ function days {
6 }
7
8 case $NAME in
9+ images.maas.io)
10+ crit_age=$(days 7)
11+ ;;
12 old-releases.ubuntu.com)
13 crit_age=$(days 365)
14 ;;

Subscribers

People subscribed via source and target branches