Merge ~xnox/bileto:add-artful into bileto:master

Proposed by Dimitri John Ledkov
Status: Needs review
Proposed branch: ~xnox/bileto:add-artful
Merge into: bileto:master
Diff against target: 12 lines (+1/-0)
1 file modified
bileto/v2.py (+1/-0)
Reviewer Review Type Date Requested Status
Steve Langasek Disapprove
Review via email: mp+322948@code.launchpad.net

Description of the change

Add a combo option to do 'artful, zesty, yakkety, xenial'.

Artful by itself will be available once it is marked as active in launchpad.

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

we should instead remove all support for multi-series landings.

review: Disapprove

Unmerged commits

d82c881... by Dimitri John Ledkov

Add a combo for all four supported series, with artful.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/bileto/v2.py b/bileto/v2.py
2index b6a3c3c..1ce365d 100644
3--- a/bileto/v2.py
4+++ b/bileto/v2.py
5@@ -35,6 +35,7 @@ EXPAND = {'search'}
6 CONTRACT = EXPAND | {'comments', 'merge_proposals'}
7 SLASH = '/'
8 SERIES = [
9+ 'artful, zesty, yakkety, xenial',
10 'zesty-overlay, xenial-overlay',
11 'zesty, xenial-overlay',
12 'zesty, yakkety',

Subscribers

People subscribed via source and target branches