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

git-lfs: 1.3.1 -> 2.0.2 #25004

Closed
wants to merge 2 commits into from
Closed

git-lfs: 1.3.1 -> 2.0.2 #25004

wants to merge 2 commits into from

Conversation

Twey
Copy link
Contributor

@Twey Twey commented Apr 18, 2017

Motivation for this change
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.

@mention-bot
Copy link

@Twey, thanks for your PR! By analyzing the history of the files in this pull request, we identified @kamilchm, @phile314 and @zimbatm to be potential reviewers.

'';

maintainers = [ lib.maintainers.twey ];
Copy link
Member

Choose a reason for hiding this comment

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

this should be in a meta section:

meta = {
  maintainers = [ lib.maintainers.twey ];
};

It would be also nice to have a homepage attribute as well as license and description their.

go generate ./commands
popd
'';

postInstall = ''
rm -v $bin/bin/{man,script}
rm -v $bin/bin/{man,script,genmakefile}
Copy link
Member

Choose a reason for hiding this comment

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

I would actually move $bin/bin/man to share/.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Are you sure? This is an executable that (as far as I can tell) is responsible for generating the manpages.

Copy link
Member

Choose a reason for hiding this comment

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

Ok. I though this was a directory.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

A directory would require -r.

@Mic92 Mic92 closed this in cba00cb Apr 18, 2017
@Twey Twey deleted the git-lfs branch April 18, 2017 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants