Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Avoid swallowing error output from apt_get_install #6
Conversation
|
This looks great, thanks for the PR @johnsca |
|
|
|
|
added a commit
that referenced
this pull request
Nov 26, 2015
hatched
merged commit 76045ec
into
juju:develop
Nov 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
johnsca commentedNov 25, 2015
A user was getting intermittent install hook failures, with the relevant logs here: http://pastebin.ubuntu.com/13503590/
This seems like it could be caused by network issues on the user's environment, but the error from
apt-getis getting swallowed by the charm. This should allow the error to show up in the log.