Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Replace Arch Linux support with "GenericLinux" #237
Conversation
added some commits
Sep 14, 2016
howbazaar
approved these changes
Sep 15, 2016
Not sure why CentOS is shown as "unknown" in the test.
Apart from that the change looks good.
| + "unknown", | ||
| + "OS release file is missing ID", | ||
| +}, { | ||
| + `NAME="CentOS Linux" |
mjs
Sep 15, 2016
Contributor
That test is checking what happens when the os-release file says "CentOS" but there's no information to determine the CentOS series (hence the "could not determine series" error)
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-utils |
jujubot
merged commit d7c6bbc
into
juju:master
Sep 15, 2016
mjs
deleted the
mjs:genericlinux
branch
Sep 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedSep 15, 2016
•
Edited 1 time
-
mjs
Sep 15, 2016
All Linuxes which aren't Ubuntu or CentOS will be classified as GenericLinux This is part of the work to allowing the client to work on all Linux variants.
Part of the fix for: https://bugs.launchpad.net/juju/+bug/1616531