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

Proposed by Robert C Jennings
Status: Merged
Merged at revision: 29
Proposed branch: lp:~rcj/vmbuilder/ec2-finder
Merge into: lp:~ubuntu-on-ec2/vmbuilder/ec2-finder
Diff against target: 16 lines (+3/-2)
1 file modified
gen-table.sh (+3/-2)
To merge this branch: bzr merge lp:~rcj/vmbuilder/ec2-finder
Reviewer Review Type Date Requested Status
Philip Roche Approve
Review via email: mp+374486@code.launchpad.net

Commit message

Add disco, eoan, & focal. Remove artful & cosmic

To post a comment you must log in.
lp:~rcj/vmbuilder/ec2-finder updated
29. By Robert C Jennings

Add disco, eoan, & focal. Remove artful & cosmic

Revision history for this message
Philip Roche (philroche) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gen-table.sh'
2--- gen-table.sh 2018-06-05 21:50:11 +0000
3+++ gen-table.sh 2019-10-21 23:37:12 +0000
4@@ -10,9 +10,10 @@
5 precise) echo "12.04 LTS";;
6 trusty) echo "14.04 LTS";;
7 xenial) echo "16.04 LTS";;
8- artful) echo "17.10";;
9 bionic) echo "18.04 LTS";;
10- cosmic) echo "18.10";;
11+ disco) echo "19.04";;
12+ eoan) echo "19.10";;
13+ focal) echo "20.04 LTS";;
14 *) echo "unsupported";;
15 esac
16 }

Subscribers

People subscribed via source and target branches