Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
update deps for godbus (and go-systemd to be able to use new godbus) #5363
Conversation
|
$$fixes-1592210$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit c958823
into
juju:1.25
Jun 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
natefinch commentedMay 9, 2016
•
Edited 1 time
-
ericsnowcurrently
May 9, 2016
This fixes https://bugs.launchpad.net/juju-core/+bug/1418139 Can't reprovision a machine with manual provider and machine behind a proxy
The fix is a change to the godbus to make sure that it doesn't try to use its resources after closing. Here's the PR on godbus: godbus/dbus#64
The update to go-systemd is required because it wouldn't build with the new godbus.
(Review request: http://reviews.vapour.ws/r/4791/)