Merge lp:~pedronis/ubuntu-push/fixes-from-wily into lp:ubuntu-push/automatic

Proposed by Samuele Pedroni
Status: Merged
Approved by: Samuele Pedroni
Approved revision: 409
Merged at revision: 409
Proposed branch: lp:~pedronis/ubuntu-push/fixes-from-wily
Merge into: lp:ubuntu-push/automatic
Diff against target: 50 lines (+16/-3)
2 files modified
debian/changelog (+13/-0)
launch_helper/kindpool_test.go (+3/-3)
To merge this branch: bzr merge lp:~pedronis/ubuntu-push/fixes-from-wily
Reviewer Review Type Date Requested Status
Samuele Pedroni Approve
Review via email: mp+268063@code.launchpad.net

Commit message

take the fixes from wily as packaged

Description of the change

take the last fixes from wily

To post a comment you must log in.
Revision history for this message
Samuele Pedroni (pedronis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-04-30 15:08:57 +0000
3+++ debian/changelog 2015-08-14 12:03:22 +0000
4@@ -1,3 +1,16 @@
5+ubuntu-push (0.68+15.04.20150430.1-0ubuntu2~ppa1) wily; urgency=medium
6+
7+ [ John R. Lenton ]
8+ * go's compatibility promise fails us again; fixes for 1.4.
9+
10+ -- John R. Lenton <john.lenton@canonical.com> Fri, 31 Jul 2015 13:52:04 +0100
11+
12+ubuntu-push (0.68+15.04.20150430.1-0ubuntu2~gcc5.1) wily; urgency=medium
13+
14+ * No-change test rebuild for g++5 ABI transition
15+
16+ -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 15 Jul 2015 16:10:40 +0000
17+
18 ubuntu-push (0.68+15.04.20150430.1-0ubuntu1) vivid; urgency=medium
19
20 [ Samuele Pedroni ]
21
22=== modified file 'launch_helper/kindpool_test.go'
23--- launch_helper/kindpool_test.go 2015-03-18 16:34:11 +0000
24+++ launch_helper/kindpool_test.go 2015-08-14 12:03:22 +0000
25@@ -278,7 +278,7 @@
26 args := HelperArgs{
27 Input: input,
28 FileOut: filepath.Join(d, "file_out.json"),
29- Timer: &time.Timer{},
30+ Timer: time.NewTimer(0),
31 }
32 pool.hmap["l:1"] = &args
33
34@@ -310,7 +310,7 @@
35 Payload: []byte(`"hello"`),
36 },
37 FileOut: "/does-not-exist",
38- Timer: &time.Timer{},
39+ Timer: time.NewTimer(0),
40 }
41 pool.hmap["l:1"] = &args
42
43@@ -337,7 +337,7 @@
44 NotificationId: "foo",
45 Payload: []byte(`"hello"`),
46 },
47- Timer: &time.Timer{},
48+ Timer: time.NewTimer(0),
49 }
50 pool.hmap["l:1"] = &args
51

Subscribers

People subscribed via source and target branches