Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmTools: update distributions #35176

Merged
merged 1 commit into from Feb 24, 2018
Merged

vmTools: update distributions #35176

merged 1 commit into from Feb 24, 2018

Conversation

abbradar
Copy link
Member

Drop currently unsupported releases.
Add Fedora 26 and 27.
Update CentOS.
Add Debian 9.
Add Ubuntu 17.10.

OpenSuSE is dropped because current versions are from old times and I'm not sure whether/how to add current releases -- if they are needed (which I'm not sure because of how old they were) I could try adding it back.

Motivation for this change

Update distributions to currently supported versions -- needed for NixOS/nix#1141.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Tested new versions with Nix release scripts.

# urlPrefix = "http://vault.centos.org/${version}/os/x86_64";
urlPrefix = "http://mirror.centos.org/centos-6/${version}/os/x86_64";
packagesList = fetchurl rec {
url = "${urlPrefix}/repodata/${sha256}-primary.xml.gz";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this returns 404 for me

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, fixed!

Drop currently unsupported releases.
Add Fedora 26 and 27.
Update CentOS.
Add Debian 9.
Add Ubuntu 17.10.
@fpletz fpletz added this to the 18.03 milestone Feb 23, 2018
@fpletz
Copy link
Member

fpletz commented Feb 23, 2018

Maybe @peti can help with OpenSUSE.

@Mic92 Mic92 merged commit de87c03 into NixOS:master Feb 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants