Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
juju/os: new package #3193
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Sep 3, 2015
jujubot
merged commit af1504b
into
juju:master
Sep 3, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedSep 3, 2015
Introduce new package,
juju/os, which is analogous tojuju/arch.The goal of
juju/osis to isolate the use ofversion.Current.OSwhich is used in relatively few places in the code, and never part of tool bootstrapping.A subsequent PR will remove the
version.Binary.OSfield and replace it with a call toos.HostOS(), or derive the value fromversion.Binary.Series.(Review request: http://reviews.vapour.ws/r/2571/)