Re: [Launchpad-reviewers] [Merge] lp:~cjwatson/launchpad/s-s-s-eoan into lp:launchpad

2019-06-28 Thread Maximiliano Bertacchini
Review: Approve

+1
-- 
https://code.launchpad.net/~cjwatson/launchpad/s-s-s-eoan/+merge/369439
Your team Launchpad code reviewers is requested to review the proposed merge of 
lp:~cjwatson/launchpad/s-s-s-eoan into lp:launchpad.

___
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp


[Launchpad-reviewers] [Merge] lp:~cjwatson/launchpad/s-s-s-eoan into lp:launchpad

2019-06-28 Thread Colin Watson
Colin Watson has proposed merging lp:~cjwatson/launchpad/s-s-s-eoan into 
lp:launchpad.

Commit message:
Update soyuz-sampledata-setup.py for artful to eoan.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/s-s-s-eoan/+merge/369439
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of 
lp:~cjwatson/launchpad/s-s-s-eoan into lp:launchpad.
=== modified file 'utilities/soyuz-sampledata-setup.py'
--- utilities/soyuz-sampledata-setup.py	2019-05-22 14:57:45 +
+++ utilities/soyuz-sampledata-setup.py	2019-06-28 08:24:15 +
@@ -234,11 +234,16 @@
 ('Saucy Salamander', SeriesStatus.OBSOLETE, '13.10'),
 ('Trusty Tahr', SeriesStatus.SUPPORTED, '14.04'),
 ('Utopic Unicorn', SeriesStatus.OBSOLETE, '14.10'),
-('Vivid Vervet', SeriesStatus.SUPPORTED, '15.04'),
-('Wily Werewolf', SeriesStatus.SUPPORTED, '15.10'),
+('Vivid Vervet', SeriesStatus.OBSOLETE, '15.04'),
+('Wily Werewolf', SeriesStatus.OBSOLETE, '15.10'),
 ('Xenial Xerus', SeriesStatus.SUPPORTED, '16.04'),
-('Yakkety Yak', SeriesStatus.CURRENT, '16.10'),
-('Zesty Zapus', SeriesStatus.DEVELOPMENT, '17.04'),
+('Yakkety Yak', SeriesStatus.OBSOLETE, '16.10'),
+('Zesty Zapus', SeriesStatus.OBSOLETE, '17.04'),
+('Artful Aardvark', SeriesStatus.OBSOLETE, '17.10'),
+('Bionic Beaver', SeriesStatus.SUPPORTED, '18.04'),
+('Cosmic Cuttlefish', SeriesStatus.SUPPORTED, '18.10'),
+('Disco Dingo', SeriesStatus.CURRENT, '19.04'),
+('Eoan Ermine', SeriesStatus.DEVELOPMENT, '19.10'),
 ]
 
 parent = original_series

___
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp