Merge lp:~rcj/vmbuilder/automated-ec2-builds into lp:~ubuntu-on-ec2/vmbuilder/automated-ec2-builds

Proposed by Robert C Jennings
Status: Merged
Merged at revision: 740
Proposed branch: lp:~rcj/vmbuilder/automated-ec2-builds
Merge into: lp:~ubuntu-on-ec2/vmbuilder/automated-ec2-builds
Diff against target: 12 lines (+1/-1)
1 file modified
remove-old-dailies (+1/-1)
To merge this branch: bzr merge lp:~rcj/vmbuilder/automated-ec2-builds
Reviewer Review Type Date Requested Status
David Krauser (community) Approve
Cody Shepherd (community) Approve
Review via email: mp+367783@code.launchpad.net

Commit message

remove-old-dailies: drop hard-coded suite list

To post a comment you must log in.
Revision history for this message
Cody Shepherd (codyshepherd) :
review: Approve
Revision history for this message
David Krauser (davidkrauser) :
review: Needs Information
Revision history for this message
Robert C Jennings (rcj) :
Revision history for this message
David Krauser (davidkrauser) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'remove-old-dailies'
2--- remove-old-dailies 2019-05-22 14:52:23 +0000
3+++ remove-old-dailies 2019-05-22 15:19:01 +0000
4@@ -7,7 +7,7 @@
5 SAFE_FILE=.save
6
7 BASES=( /srv/ec2-images/server )
8-RELS="trusty xenial bionic cosmic disco eoan"
9+RELS=$(distro-info --supported)
10
11 # keep ${SAVE_COUNT} builds or builds to ${SAVE_DAYS} days ago, whichever is greater.
12 export LANG=C

Subscribers

People subscribed via source and target branches