Merge lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm-philroche-trusty-supported into lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm

Proposed by Philip Roche
Status: Merged
Merged at revision: 826
Proposed branch: lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm-philroche-trusty-supported
Merge into: lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm
Diff against target: 23 lines (+7/-1)
1 file modified
generate-ubuntu-lists.sh (+7/-1)
To merge this branch: bzr merge lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm-philroche-trusty-supported
Reviewer Review Type Date Requested Status
Cody Shepherd (community) Approve
Robert C Jennings (community) Approve
Review via email: mp+366776@code.launchpad.net

Commit message

Add Trusty to list of supported releases in ubuntu lists

Description of the change

Add Trusty to list of supported releases in ubuntu lists

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'generate-ubuntu-lists.sh'
--- generate-ubuntu-lists.sh 2015-11-05 22:18:14 +0000
+++ generate-ubuntu-lists.sh 2019-05-01 18:03:23 +0000
@@ -19,8 +19,11 @@
19ubuntu-distro-info --release --supported \19ubuntu-distro-info --release --supported \
20 > ${tmpd}/ubuntu-versions.txt20 > ${tmpd}/ubuntu-versions.txt
2121
22ubuntu-distro-info --supported-esm \
23 > ${tmpd}/ubuntu-supported-esm.txt
24
22# Populate releases which may be missing25# Populate releases which may be missing
23for suite in vivid:15.04 wily:15.10 xenial:16.04;26for suite in trusty:14.04 xenial:16.04;
24do27do
25 echo "${suite%%:*}" >> ${tmpd}/ubuntu-supported.txt28 echo "${suite%%:*}" >> ${tmpd}/ubuntu-supported.txt
26 echo "${suite%%:*}" >> ${tmpd}/ubuntu-all.txt29 echo "${suite%%:*}" >> ${tmpd}/ubuntu-all.txt
@@ -42,3 +45,6 @@
4245
43sort -r -u ${tmpd}/ubuntu-unsupported.txt \46sort -r -u ${tmpd}/ubuntu-unsupported.txt \
44 > ${final_d}/ubuntu-unsupported.txt47 > ${final_d}/ubuntu-unsupported.txt
48
49sort -r -u ${tmpd}/ubuntu-unsupported-esm.txt \
50 > ${final_d}/ubuntu-unsupported-esm.txt

Subscribers

People subscribed via source and target branches

to all changes: