Merge lp:~dave-cheney/juju-core/122-tag-release-1.11.1 into lp:~go-bot/juju-core/trunk

Proposed by Dave Cheney
Status: Superseded
Proposed branch: lp:~dave-cheney/juju-core/122-tag-release-1.11.1
Merge into: lp:~go-bot/juju-core/trunk
Diff against target: 25 lines (+2/-2)
2 files modified
cmd/jujud/agent.go (+1/-1)
worker/resumer/resumer_test.go (+1/-1)
To merge this branch: bzr merge lp:~dave-cheney/juju-core/122-tag-release-1.11.1
Reviewer Review Type Date Requested Status
Tim Penhey (community) Approve
Review via email: mp+171945@code.launchpad.net

This proposal has been superseded by a proposal from 2013-06-28.

Commit message

Tag release-1.11.1

lbox can't handle this flava.

Description of the change

Tag release-1.11.1

lbox can't handle this flava.

To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cmd/jujud/agent.go'
2--- cmd/jujud/agent.go 2013-06-27 09:26:02 +0000
3+++ cmd/jujud/agent.go 2013-06-28 02:30:36 +0000
4@@ -143,7 +143,7 @@
5 // We let the API dial fail immediately because the
6 // runner's loop outside the caller of openAPIState will
7 // keep on retrying. If we block for ages here,
8- // then the worker that's calling this cannot
9+ // then the worker that's calling this cannot
10 // be interrupted.
11 st, newPassword, err := c.OpenAPI(api.DialOpts{})
12 if err != nil {
13
14=== modified file 'worker/resumer/resumer_test.go'
15--- worker/resumer/resumer_test.go 2013-06-27 17:59:44 +0000
16+++ worker/resumer/resumer_test.go 2013-06-28 02:30:36 +0000
17@@ -46,7 +46,7 @@
18
19 // Check that a numner of calls has happened with a time
20 // difference somewhere between the interval and twice the
21- // interval. A more precise time behavior cannot be
22+ // interval. A more precise time behavior cannot be
23 // specified due to the load during the test.
24 c.Assert(len(tr.timestamps) > 0, Equals, true)
25 for i := 1; i < len(tr.timestamps); i++ {

Subscribers

People subscribed via source and target branches

to status/vote changes: