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

docker-machine-kvm: init at master/37bb4cc67 #20402

Closed
wants to merge 1 commit into from

Conversation

mikefaille
Copy link
Contributor

@mikefaille mikefaille commented Nov 14, 2016

Motivation for this change

I need kvm/libvirt plugin for docker machine.

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
    • Linux
  • 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.


buildGoPackage rec {
name = "docker-machine-kvm-${version}";
version = "20160801-${stdenv.lib.strings.substring 0 7 rev}";
Copy link
Member

@Mic92 Mic92 Nov 14, 2016

Choose a reason for hiding this comment

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

we usually prefer released versions instead of nightly builds.
To achieve it with golang just go to project directory and say:

git checkout v0.7.0

before building.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll try. I had some troubles with v0.7.0. Last updates (few) fix it (I think). After tests, if I have same issues with v0.7, I'll ask maintainer to tag master.

@mikefaille
Copy link
Contributor Author

@offlinehacker Cool It seems you commit this update before me ! : https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/networking/cluster/docker-machine

Then, I will close this pull request.

@mikefaille mikefaille closed this Dec 10, 2016
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

3 participants