Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
new package: utils/filelock #3859
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1471941'] |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Dec 2, 2015
jujubot
merged commit 53917d9
into
juju:master
Dec 2, 2015
davecheney
deleted the
davecheney:move-filelock
branch
Dec 2, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedNov 30, 2015
Juju contains two types that manage on disk locks, the main one is in
juju/utils/fslock, and a second, and less featureful version in container/
This PR moves the second version to its own package (as it has nothing to do
with the container package). This move is temporary, and after refactoring
utils/filelock will be merged into juju/utils/fslock (or fslock merged into this
package).
(Review request: http://reviews.vapour.ws/r/3278/)