Re: Reminder: juju-core github migration

2014-06-03 Thread roger peppe
On 3 June 2014 09:19, Andrew Wilkins andrew.wilk...@canonical.com wrote: On Tue, Jun 3, 2014 at 4:11 PM, roger peppe rogpe...@gmail.com wrote: On 2 June 2014 19:11, Nate Finch nate.fi...@canonical.com wrote: (resending to the right thread) This may be a bit late... can we make the repo

Re: Request for new 1.18 release

2014-06-03 Thread Robie Basak
Thanks Curtis! Is there an official download location for this, please? The packaging watch file is looking in https://launchpad.net/juju-core/+download and so my tooling isn't picking it up automatically. Or do I just need to wait for it to appear at that URL? Robie signature.asc

Re: Being good citizens with our external repos

2014-06-03 Thread Nate Finch
Ian makes a good point about repeatable builds. I had actually come to the same conclusion as Rog overnight, that they are orthogonal, so we can do both. I agree with Rog, moving to Keith Rarick's godep is probably the right move. It has a lot more usage than Rog's godeps, and I think avoids

add dependencies step to github readme?

2014-06-03 Thread Jesse Meek
After running: go get -v github.com/juju/core/... I got: ../../github.com/juju/core/testing/imports.go:17: undefined: github.com/juju/testing.FindImports which was resolved by updating my dependencies with godeps. Shouldn't we add godeps -u dependencies.tsv as a step in the readme? --

Re: Request for new 1.18 release

2014-06-03 Thread Robie Basak
On Tue, Jun 03, 2014 at 09:16:19AM -0400, Curtis Hovey-Canonical wrote: DO NOT SEND THIS TO THE BUILDERS YET. Juju wont work unless streams.canonical.com has the same version of tools published. We are a few hours away from that point. I send an announcement to j...@lists.ubuntu.com,

Switch to github beginning

2014-06-03 Thread Martin Packman
I am going to stop the tarmac landing bot now and begin the process of switching our juju repository from launchpad to github. Note that any branches currently proposed will need their changes imported into a new git branch in order to land, this can be done once the git master is up and branched

Juju stable 1.18.4 is released

2014-06-03 Thread Curtis Hovey-Canonical
juju-core 1.18.4 A new stable release of Juju, juju-core 1.18.4, is now available. This release replaces 1.18.3. Getting Juju juju-core 1.18.4 is available in utopic and backported to earlier series in the following PPA https://launchpad.net/~juju/+archive/stable If you use the local

Juju is now on Github

2014-06-03 Thread Ian Booth
Hi folks The migration of Juju source from Launchpad to Github is now complete for phase one. The final location is at https://github.com/juju/juju I say phase one because there are sill some follow up tasks to complete. You will notice that the landing process (essentially the time taken to run

Re: Juju is now on Github

2014-06-03 Thread Horacio Duran
Thanks for the info Ian, you guys have done a wonderful job and have been very helpful during the day. On Tue, Jun 3, 2014 at 8:49 PM, Ian Booth ian.bo...@canonical.com wrote: Hi folks The migration of Juju source from Launchpad to Github is now complete for phase one. The final location

Juju on Github - what next

2014-06-03 Thread Ian Booth
Hi again Something I left out of the previous email - once the dust settles on the migration of juju-core, we'll also be migrating various dependencies like goose, gwacl, gomaasapi and golxc. There are a number of other dependencies which are not under the control of the Juju team (gocheck, goamz

Juju is on github

2014-06-03 Thread Martin Packman
Juju development is now done on github: https://github.com/juju/juju See the updated CONTRIBUTING doc for the basics. To land code you want the magic string $$merge$$ in a comment on the pull request so the jenkins bot picks it up. Note that the bot is currently taking around three times as

Re: Juju is now on Github

2014-06-03 Thread Ian Booth
On 04/06/14 09:54, Horacio Duran wrote: Thanks for the info Ian, you guys have done a wonderful job and have been very helpful during the day. You're welcome. The people who deserve special mention are Martin, Andrew, Curtis, and Aaron. There were a lot of moving parts to get in sync to

moving bzr wip branch to git

2014-06-03 Thread Jesse Meek
So the command that worked for me (thanks for the help Tim) was: ~/go/src/github.com/juju/juju$ (cd ~/go/src/launchpad.net/juju-core bzr diff --color=never -r ancestor::parent) | patch -p0 --merge -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: