Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cloudinit/sshinit: retry on apt-get failure #1420
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Jan 16, 2015
jujubot
merged commit 16ffaa8
into
juju:master
Jan 16, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedJan 15, 2015
If apt-get fails with an error of 100, we will
retry in case it is due to lock contention. We
loop retrying in this way forever, and rely on
bootstrap-timeout or user intervention (ctrl-c)
to shut things down.
Fixes https://bugs.launchpad.net/juju-core/+bug/1384259
(Review request: http://reviews.vapour.ws/r/746/)