Merge ~cjwatson/launchpad:launchpad-buildd-193 into launchpad:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: 3503fac475e6842f8cb78dc3c80d27400b69827f
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad:launchpad-buildd-193
Merge into: launchpad:master
Diff against target: 40 lines (+5/-3)
3 files modified
constraints.txt (+1/-1)
lib/lp/buildmaster/tests/test_interactor.py (+1/-1)
scripts/rosetta/pottery-generate-intltool.py (+3/-1)
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Review via email: mp+392124@code.launchpad.net

Commit message

Upgrade to launchpad-buildd 193

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/constraints.txt b/constraints.txt
index 2f395d8..4c33491 100644
--- a/constraints.txt
+++ b/constraints.txt
@@ -219,7 +219,7 @@ iso8601==0.1.12
219jsautobuild==0.2219jsautobuild==0.2
220keyring==0.6.2220keyring==0.6.2
221kombu==4.4.0221kombu==4.4.0
222launchpad-buildd==159222launchpad-buildd==193
223launchpadlib==1.10.9223launchpadlib==1.10.9
224lazr.authentication==0.1.1224lazr.authentication==0.1.1
225lazr.batchnavigator==1.3.0225lazr.batchnavigator==1.3.0
diff --git a/lib/lp/buildmaster/tests/test_interactor.py b/lib/lp/buildmaster/tests/test_interactor.py
index 8f2670a..b081cf5 100644
--- a/lib/lp/buildmaster/tests/test_interactor.py
+++ b/lib/lp/buildmaster/tests/test_interactor.py
@@ -15,7 +15,7 @@ import os
15import signal15import signal
16import tempfile16import tempfile
1717
18from lpbuildd.slave import BuilderStatus18from lpbuildd.builder import BuilderStatus
19from six.moves import xmlrpc_client19from six.moves import xmlrpc_client
20from testtools.matchers import ContainsAll20from testtools.matchers import ContainsAll
21from testtools.testcase import ExpectedException21from testtools.testcase import ExpectedException
diff --git a/scripts/rosetta/pottery-generate-intltool.py b/scripts/rosetta/pottery-generate-intltool.py
index 4557676..7b06056 100755
--- a/scripts/rosetta/pottery-generate-intltool.py
+++ b/scripts/rosetta/pottery-generate-intltool.py
@@ -12,7 +12,9 @@ import _pythonpath
12import os.path12import os.path
1313
14from lpbuildd.pottery.intltool import generate_pots14from lpbuildd.pottery.intltool import generate_pots
15from lpbuildd.tests.fakeslave import UncontainedBackend as _UncontainedBackend15from lpbuildd.tests.fakebuilder import (
16 UncontainedBackend as _UncontainedBackend,
17 )
1618
17from lp.services.scripts.base import LaunchpadScript19from lp.services.scripts.base import LaunchpadScript
1820

Subscribers

People subscribed via source and target branches

to status/vote changes: