-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
help2man: fix source file hash #20700
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
Conversation
The test failures are all timeouts. It's extremely unlikely they were caused by this change. |
Please use |
4508e69
to
192fa86
Compare
joachifm: Ah, thanks. Done. |
This changes triggers many builds. I think I should go into |
(cherry picked from commit 2ad1395)
192fa86
to
207b7cd
Compare
Okay; I've switched it to the staging branch. |
@sh01 somebody will merge staging into release once the rebuild has completed |
Maybe we'll need some policy discussion about The worst outcome is when some people push mass-rebuild stuff through a separate branch and some don't, because it's complicated and it's more work for Hydra than either of the ways (when followed by everyone). |
@vcunat We've created staging-16.09 for #18522. We shouldn't use that branch too often or maybe even remove it. It was useful for that PR because we had to check for newly failing builds before pushing that change to 16.09. Most backports that yield full rebuilds for 16.09 should be pretty safe, though, so we could just push to the release branch. Maybe it would make sense to wait for all packages (or all hydra jobset evaluations for a branch/commit) to be built before releasing a new channel version? Right now we wait for NixOS tests to succeed which is fine for master but not so much for stable because people probably don't want to compile software when they update their stable channels. |
I'm confident that channels have always waited for all builds to finish (in addition to updating only if a |
My understanding has been that |
The long-term fate of staging-16.09 aside, should I modify this particular pull request back to go directly into release-16.09? |
Hmm, I removed |
help2man: fix source file hash
Motivation for this change
Cherry-pick hash fix commit from master branch; the current 16.09 hash is for a previous version of the upstream file (it wasn't changed along with the version in 49cf9b9), which makes this package impossible to build.
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)