fetchgit: Support fetching signed tags over dumb http transport#283663
Merged
sternenseemann merged 1 commit intoNixOS:stagingfrom Apr 22, 2024
Merged
fetchgit: Support fetching signed tags over dumb http transport#283663sternenseemann merged 1 commit intoNixOS:stagingfrom
sternenseemann merged 1 commit intoNixOS:stagingfrom
Conversation
Member
Author
|
It looks like the problem was introduced in #104714. FYI: @thomasjm @primeos I think this PR will fix #115145. FYI: @eduardosm |
You could turn the test into a NixOS test, then you could spin up a local http server and test against that directly. That is a lot more involved though. I'll leave it to you. |
Member
|
@ofborg build tests.fetchgit |
sternenseemann
approved these changes
Apr 22, 2024
3 tasks
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Support fetching annotated (eg: signed) tags from dumb-http-transport git remotes.
Testing advice welcome! It seems like these tests depend upon live internet services, which seems not-great! Currently, it only depends upon github.com, which many other nixpkgs things also rely on, and github.com has pretty good capacity and availability. But I don't immediately see a way to test this change against github.com because github dropped support for dumb http fetching in 2011. I've included a test against my own humble home server here to demonstrate how this change corrects the defect, but my humble home server does not have the capacity and availability of github.com! I'm wary of leaving this test case in, lest any unavailability of my humble home server cause spurious flaky test failures for others. :(
Output of the test case failing without the fix:
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-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.