Merge lp:~bzoltan/ubuntu-sdk-ide/W2X into lp:ubuntu-sdk-ide

Proposed by Zoltan Balogh
Status: Merged
Merged at revision: 103
Proposed branch: lp:~bzoltan/ubuntu-sdk-ide/W2X
Merge into: lp:ubuntu-sdk-ide
Diff against target: 24 lines (+2/-2)
2 files modified
get_qt_sources.py (+1/-1)
getdsc.py (+1/-1)
To merge this branch: bzr merge lp:~bzoltan/ubuntu-sdk-ide/W2X
Reviewer Review Type Date Requested Status
Benjamin Zeller Approve
Review via email: mp+280556@code.launchpad.net

Commit message

w2x

Description of the change

w2x

To post a comment you must log in.
Revision history for this message
Benjamin Zeller (zeller-benjamin) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'get_qt_sources.py'
2--- get_qt_sources.py 2015-11-26 14:13:36 +0000
3+++ get_qt_sources.py 2015-12-15 08:33:47 +0000
4@@ -65,7 +65,7 @@
5 distro_archive = ubuntu.main_archive
6 overlay_archive = launchpad.people["ci-train-ppa-service"].\
7 getPPAByName(name="stable-phone-overlay")
8- series = ubuntu.getSeries(name_or_version="wily")
9+ series = ubuntu.getSeries(name_or_version="xenial")
10
11 for qt_source_package in qt_sources:
12 re_version = re.compile(r"^\d+\:")
13
14=== modified file 'getdsc.py'
15--- getdsc.py 2015-08-12 13:12:27 +0000
16+++ getdsc.py 2015-12-15 08:33:47 +0000
17@@ -38,7 +38,7 @@
18 launchpad = Launchpad.login_anonymously('just testing', 'production')
19 ubuntu = launchpad.distributions["ubuntu"]
20 archive = ubuntu.main_archive
21- series = ubuntu.getSeries(name_or_version="wily")
22+ series = ubuntu.getSeries(name_or_version="xenial")
23
24 #distro = options.launchpad.distributions["ubuntu"]
25

Subscribers

People subscribed via source and target branches

to all changes: