uudoc: Don't download the tldr archive automatically#3415
Merged
sylvestre merged 1 commit intouutils:mainfrom Apr 17, 2022
Merged
uudoc: Don't download the tldr archive automatically#3415sylvestre merged 1 commit intouutils:mainfrom
uudoc: Don't download the tldr archive automatically#3415sylvestre merged 1 commit intouutils:mainfrom
Conversation
docs: Don't download the tldr archive automaticallyuudoc: Don't download the tldr archive automatically
This was
linked to
issues
Apr 17, 2022
The ureq dependency is causing compilation errors on various platforms (see uutils#3184, uutils#3216, uutils#3375). Hence we remove that dependency and do not automatically download the archive anymore. Instead, we ask the user to download it separately when the archive is not found.
216218f to
0acda2b
Compare
Contributor
|
LGTM, thanks |
Contributor
|
Don't forget about coreutils docs ;) |
Collaborator
Author
|
Yes, I'll do that today! |
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.
The
ureqdependency is causing compilation errors on various platforms (see #3184, #3216, #3375). Hence we remove that dependency and do not automatically download the archive anymore. Instead, we ask the user to download it separately when the archive is not found.I'll post a PR to coreutils-docs to download the archive in the CI there.
This PR supersedes #3184.