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
=== modified file 'get_qt_sources.py'
--- get_qt_sources.py 2015-11-26 14:13:36 +0000
+++ get_qt_sources.py 2015-12-15 08:33:47 +0000
@@ -65,7 +65,7 @@
65 distro_archive = ubuntu.main_archive65 distro_archive = ubuntu.main_archive
66 overlay_archive = launchpad.people["ci-train-ppa-service"].\66 overlay_archive = launchpad.people["ci-train-ppa-service"].\
67 getPPAByName(name="stable-phone-overlay")67 getPPAByName(name="stable-phone-overlay")
68 series = ubuntu.getSeries(name_or_version="wily")68 series = ubuntu.getSeries(name_or_version="xenial")
6969
70 for qt_source_package in qt_sources:70 for qt_source_package in qt_sources:
71 re_version = re.compile(r"^\d+\:")71 re_version = re.compile(r"^\d+\:")
7272
=== modified file 'getdsc.py'
--- getdsc.py 2015-08-12 13:12:27 +0000
+++ getdsc.py 2015-12-15 08:33:47 +0000
@@ -38,7 +38,7 @@
38 launchpad = Launchpad.login_anonymously('just testing', 'production')38 launchpad = Launchpad.login_anonymously('just testing', 'production')
39 ubuntu = launchpad.distributions["ubuntu"]39 ubuntu = launchpad.distributions["ubuntu"]
40 archive = ubuntu.main_archive40 archive = ubuntu.main_archive
41 series = ubuntu.getSeries(name_or_version="wily")41 series = ubuntu.getSeries(name_or_version="xenial")
4242
43 #distro = options.launchpad.distributions["ubuntu"]43 #distro = options.launchpad.distributions["ubuntu"]
4444

Subscribers

People subscribed via source and target branches

to all changes: