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

hg-git: 0.8.5 -> 0.8.10 #31647

Merged
merged 2 commits into from Nov 17, 2017
Merged

hg-git: 0.8.5 -> 0.8.10 #31647

merged 2 commits into from Nov 17, 2017

Conversation

marsam
Copy link
Contributor

@marsam marsam commented Nov 14, 2017

Motivation for this change

Update hg-git which fixes an issue with the mercurial version shipped in nixpkgs.

Closes #30154

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.

@grahamc
Copy link
Member

grahamc commented Nov 14, 2017

@GrahamcOfBorg build python2Packages.hg-git python3Packages.hg-git

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Failure for system: x86_64-darwin


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
builder for '/nix/store/g4f8vm1d9k6cy8xlbza9b77bap2qw73j-python3.6-hg-git-0.8.10.drv' failed with exit code 1
error: build of '/nix/store/g4f8vm1d9k6cy8xlbza9b77bap2qw73j-python3.6-hg-git-0.8.10.drv' failed on ‘mac1’
error: build of ‘/nix/store/g4f8vm1d9k6cy8xlbza9b77bap2qw73j-python3.6-hg-git-0.8.10.drv’ failed

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Failure for system: x86_64-linux



----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
builder for ‘/nix/store/ppfbd54n68ql88dllxvkphafwkz96a5b-python3.6-hg-git-0.8.10.drv’ failed with exit code 1
error: build of ‘/nix/store/ppfbd54n68ql88dllxvkphafwkz96a5b-python3.6-hg-git-0.8.10.drv’ failed

marsam and others added 2 commits November 16, 2017 23:36
It is not importable from Python 3 and it is a plugin for mercurial, which is a
Python 2 application.
@orivej
Copy link
Contributor

orivej commented Nov 17, 2017

Thank you!

@orivej orivej merged commit 202912d into NixOS:master Nov 17, 2017
@marsam marsam deleted the feature/update-hg-git branch June 9, 2018 23:37
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.

hg-git is broken
5 participants