Merge lp:~hloeung/ubuntu-repository-cache/cron-more-info-cron-emails into lp:ubuntu-repository-cache

Proposed by Haw Loeung
Status: Merged
Approved by: Paul Collins
Approved revision: 367
Merged at revision: 367
Proposed branch: lp:~hloeung/ubuntu-repository-cache/cron-more-info-cron-emails
Merge into: lp:ubuntu-repository-cache
Diff against target: 9 lines (+1/-1)
1 file modified
templates/cron/ubuntu-repository-cache_rsync.cron (+1/-1)
To merge this branch: bzr merge lp:~hloeung/ubuntu-repository-cache/cron-more-info-cron-emails
Reviewer Review Type Date Requested Status
Paul Collins lgtm Approve
Canonical IS Reviewers Pending
Review via email: mp+428057@code.launchpad.net

Commit message

Add Juju info in subject line of cron emails to make it easier to identify cloud and region

To post a comment you must log in.
Revision history for this message
Paul Collins (pjdc) :
review: Approve (lgtm)
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
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 367

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/cron/ubuntu-repository-cache_rsync.cron'
2--- templates/cron/ubuntu-repository-cache_rsync.cron 2022-07-27 23:37:38 +0000
3+++ templates/cron/ubuntu-repository-cache_rsync.cron 2022-08-08 23:16:50 +0000
4@@ -4,5 +4,5 @@
5 {%- endif %}
6 # This cronjob will make the leader sync its view of the metadata with upstream
7 # It will then trigger a juju-run to let its peers synchronise.
8-{{ Minutes }} * * * * root . {{ ConfigPath }} && run-one {{ CharmEnvPath }} --charm ubuntu-repository-cache python3 -m ubuntu_repository_cache.metadata_sync
9+{{ Minutes }} * * * * root . {{ ConfigPath }} && run-one {{ CharmEnvPath }} --charm ubuntu-repository-cache python3 -m ubuntu_repository_cache.metadata_sync # {{ JujuModelName }} {% if JujuAvailabilityZone %}{{ JujuAvailabilityZone }}{% endif %}
10

Subscribers

People subscribed via source and target branches