Software Heritage fallback: restore wget support#6314
Draft
rjbou wants to merge 12 commits intoocaml:masterfrom
Draft
Software Heritage fallback: restore wget support#6314rjbou wants to merge 12 commits intoocaml:masterfrom
rjbou wants to merge 12 commits intoocaml:masterfrom
Conversation
…grained curl handling
* Update to new API * More fine-grained workflow: check is archive is already cooked: if not request cooking, otherwise retrieve url of the archive * Use only post request when needed
This reverts commit 649fcd3.
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.
wget support was removed from SWH fallback support in #6036 as it needs retrieveing http error codes and wget output does not help with that.
This PR is opened for a for the days we want to put back that support.