Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Compile fixes after juju-2.2.2 update #5
Conversation
babbageclunk
added some commits
Jul 26, 2017
wallyworld
merged commit 00f17b9
into
juju:master
Jul 28, 2017
babbageclunk
deleted the
babbageclunk:juju2-compile-fixes
branch
Jul 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
babbageclunk commentedJul 27, 2017
Follows on from #4.
Update dependencies needed by 2.2.2. This included juju/description, so there are then changes needed to the juju1 export code to match. juju/txn isn't compatible between juju1 and juju2, so I tweaked the juju2 code to work with the juju1-compatible version.
Updates baseClientCommand to use modelcmd.WrapCommand on advice from @rogpeppe.
Now builds and upgrade-agents is working again with macaroons from the target controller. verify-source is broken (new validation in juju/description that the juju1 export fails) but I'll fix that in a separate PR.