Merge lp:~simpoir/fake-juju/juju2.0beta10_bump into lp:~landscape/fake-juju/trunk-old

Proposed by Simon Poirier
Status: Merged
Approved by: Simon Poirier
Approved revision: 31
Merged at revision: 31
Proposed branch: lp:~simpoir/fake-juju/juju2.0beta10_bump
Merge into: lp:~landscape/fake-juju/trunk-old
Diff against target: 48 lines (+9/-9)
2 files modified
Makefile (+1/-1)
patches/juju-core_2.0-beta10.patch (+8/-8)
To merge this branch: bzr merge lp:~simpoir/fake-juju/juju2.0beta10_bump
Reviewer Review Type Date Requested Status
Chad Smith Approve
Alberto Donato (community) Approve
Landscape Pending
Review via email: mp+298657@code.launchpad.net

Commit message

trivial bump to juju2.0 beta 10

Description of the change

trivial bump to juju2.0 beta 10

To post a comment you must log in.
Revision history for this message
Alberto Donato (ack) wrote :

+1

review: Approve
Revision history for this message
🤖 Landscape Builder (landscape-builder) wrote :

Voting does not meet specified criteria. Required: Approve >= 2, Disapprove == 0. Got: 1 Approve.

Revision history for this message
🤖 Landscape Builder (landscape-builder) wrote :

No approved revision specified.

Revision history for this message
Chad Smith (chad.smith) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== renamed directory '2.0-beta9' => '2.0-beta10'
=== modified file 'Makefile'
--- Makefile 2016-06-23 20:27:10 +0000
+++ Makefile 2016-06-29 14:46:22 +0000
@@ -1,5 +1,5 @@
1JUJU1_VERSIONS = 1.24.7 1.25.31JUJU1_VERSIONS = 1.24.7 1.25.3
2JUJU2_VERSIONS = 2.0-beta92JUJU2_VERSIONS = 2.0-beta10
3VERSIONS = $(JUJU1_VERSIONS) $(JUJU2_VERSIONS)3VERSIONS = $(JUJU1_VERSIONS) $(JUJU2_VERSIONS)
4GO_VERSION = 1.64GO_VERSION = 1.6
5TARBALLS = $(foreach version,$(VERSIONS),juju-core_$(version).tar.gz)5TARBALLS = $(foreach version,$(VERSIONS),juju-core_$(version).tar.gz)
66
=== renamed file 'patches/juju-core_2.0-beta9.patch' => 'patches/juju-core_2.0-beta10.patch'
--- patches/juju-core_2.0-beta9.patch 2016-06-20 19:46:35 +0000
+++ patches/juju-core_2.0-beta10.patch 2016-06-29 14:46:22 +0000
@@ -1,6 +1,6 @@
1--- 2.0-beta9/src/github.com/juju/juju/testcharms/charm.go 2016-03-10 13:45:57.000000000 +01001--- 2.0-beta10/src/github.com/juju/juju/testcharms/charm.go 2016-03-10 13:45:57.000000000 +0100
2+++ 2.0-beta9/src/github.com/juju/juju/testcharms/charm.go 2016-03-21 10:46:24.312966629 +01002+++ 2.0-beta10/src/github.com/juju/juju/testcharms/charm.go 2016-03-21 10:46:24.312966629 +0100
3@@ -15,7 +15,9 @@3@@ -17,7 +17,9 @@
4 )4 )
5 5
6 // Repo provides access to the test charm repository.6 // Repo provides access to the test charm repository.
@@ -11,9 +11,9 @@
11 11
12 // UploadCharm uploads a charm using the given charm store client, and returns12 // UploadCharm uploads a charm using the given charm store client, and returns
13 // the resulting charm URL and charm.13 // the resulting charm URL and charm.
14--- 2.0-beta9/src/github.com/juju/juju/provider/dummy/environs.go 2015-07-06 15:01:14.200568258 +020014--- 2.0-beta10/src/github.com/juju/juju/provider/dummy/environs.go 2015-07-06 15:01:14.200568258 +0200
15+++ 2.0-beta9/src/github.com/juju/juju/provider/dummy/environs.go 2015-07-06 15:18:32.648549661 +020015+++ 2.0-beta10/src/github.com/juju/juju/provider/dummy/environs.go 2015-07-06 15:18:32.648549661 +0200
16@@ -690,9 +690,9 @@16@@ -633,9 +633,9 @@
17 17
18 // PrecheckInstance is specified in the state.Prechecker interface.18 // PrecheckInstance is specified in the state.Prechecker interface.
19 func (*environ) PrecheckInstance(series string, cons constraints.Value, placement string) error {19 func (*environ) PrecheckInstance(series string, cons constraints.Value, placement string) error {
@@ -26,8 +26,8 @@
26 return nil26 return nil
27 }27 }
28 28
29--- 2.0-beta9/src/github.com/juju/juju/testing/cert.go 2016-03-18 09:25:34 +000029--- 2.0-beta10/src/github.com/juju/juju/testing/cert.go 2016-03-18 09:25:34 +0000
30+++ 2.0-beta9/src/github.com/juju/juju/testing/cert.go 2016-03-18 09:26:04 +000030+++ 2.0-beta10/src/github.com/juju/juju/testing/cert.go 2016-03-18 09:26:04 +0000
31@@ -52,7 +52,7 @@31@@ -52,7 +52,7 @@
32 }32 }
33 33

Subscribers

People subscribed via source and target branches

to all changes: