-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
nvd: 0.2.3 -> 0.2.4, switch source repository to Sourcehut #345403
Conversation
nvd will be moving from Gitlab to Sourcehut shortly, and the old repository will be archived and removed.
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.
Tested on aarch64_darwin with nix-shell -p nixpkgs-review --run "nixpkgs-review pr 345403"
. All new features work as intended, dependency nh builds fine as well (though the part of nh that uses nvd is not useful on macOS).
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.
Source change and update should be done in separate commits
@JohnRTitor I'm genuinely curious to know if that specific rule is enforced or written somewhere in a file? Context: #343734 |
Yes, specifically in contributing.md. 1
Then we could use These are not entirely enforced and mandatory persay, but it's a good practice. Footnotes |
You're right and the links are relevant, thanks. But I'm also starting to believe that we shouldn't block PRs for such details, especially when the CI is green, just like this is the case here. I think we should emit a warning to the PR author asking to split the commit next time, but I don't think we should block it. So, if you're OK with it, would it be OK to merge this PR as-is? |
Yes, again these are just for the sake of consistency and style. PRs should not be blocked, especially if it's just a minor change like this. We have 6k+ PRs sitting already. I also believe that as commiters we can make the necessary changes ourselves in case of a minor PR like this. |
Thank you! And sorry, I wasn't aware of that rule, I'll do that next time. (I thought I saw the hash changing just from the source switch, that's partly why I did a single commit, but that was because |
Description of changes
A new version of nvd is out, with some new features (a history command, sorting, and an added splash of colour). Additionally, nvd will be moving from Gitlab to Sourcehut shortly, so this PR updates the repository URL. The old repository will be archived and removed in the somewhat near future.
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.