-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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-evtag: init at 2022.1 #372317
base: master
Are you sure you want to change the base?
git-evtag: init at 2022.1 #372317
Conversation
https://github.com/cgwalters/git-evtag This is used for tagging GNOME releases: https://handbook.gnome.org/maintainers/making-a-release.html#tagging-as-the-signal-for-the-release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nixpkgs-review
result
Generated using nixpkgs-review
.
Command: nixpkgs-review pr 372317
x86_64-linux
✅ 1 package built:
- git-evtag
x86_64-darwin
✅ 1 package built:
- git-evtag
aarch64-darwin
✅ 1 package built:
- git-evtag
libgit2, | ||
}: | ||
|
||
stdenv.mkDerivation rec { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stdenv.mkDerivation rec { | |
stdenv.mkDerivation (finalAttrs: { |
src = fetchFromGitHub { | ||
owner = "cgwalters"; | ||
repo = "git-evtag"; | ||
rev = "v${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev = "v${version}"; | |
tag = "v${finalAttrs.version}"; |
|
||
meta = { | ||
description = "Extended verification for git tags"; | ||
homepage = "https://github.com/cgwalters/git-evtag"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
homepage = "https://github.com/cgwalters/git-evtag"; | |
homepage = "https://github.com/cgwalters/git-evtag"; | |
changelog = "https://github.com/cgwalters/git-evtag/releases/tag/v${finalAttrs.version}"; |
glib | ||
libgit2 | ||
]; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nativeInstallCheckInputs = [ versionCheckHook ]; | |
versionCheckProgramArg = "--version"; | |
doInstallCheck = true; | |
passthru.updateScript = nix-update-script { }; | |
https://github.com/cgwalters/git-evtag
This is used for tagging GNOME releases:
https://handbook.gnome.org/maintainers/making-a-release.html#tagging-as-the-signal-for-the-release
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.