feat: use kernel gnu mirrors - #563
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates multiple GNU tool/package recipes to download source tarballs from the kernel.org GNU mirror instead of ftpmirror.gnu.org, aiming to improve reliability when fetching upstream sources.
Changes:
- Switched GNU source URLs in many
pkg.yamlrecipes fromftpmirror.gnu.orgtomirrors.kernel.org/gnu/.... - Kept existing versions/checksums/destinations intact while changing only the mirror host.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tools-tar/pkg.yaml | Switch tar source URL to kernel.org GNU mirror. |
| tools-cpio/pkg.yaml | Switch cpio source URL to kernel.org GNU mirror. |
| texinfo/pkg.yaml | Switch texinfo source URL to kernel.org GNU mirror. |
| sed/pkg.yaml | Switch sed source URL to kernel.org GNU mirror. |
| patch/pkg.yaml | Switch patch source URL to kernel.org GNU mirror. |
| nettle/pkg.yaml | Switch nettle source URL to kernel.org GNU mirror. |
| ncurses/pkg.yaml | Switch ncurses source URL to kernel.org GNU mirror. |
| mpfr/pkg.yaml | Switch mpfr source URL to kernel.org GNU mirror. |
| mpc/pkg.yaml | Switch mpc source URL to kernel.org GNU mirror. |
| m4/pkg.yaml | Switch m4 source URL to kernel.org GNU mirror. |
| libunistring/pkg.yaml | Switch libunistring source URL to kernel.org GNU mirror. |
| libtool/pkg.yaml | Switch libtool source URL to kernel.org GNU mirror. |
| libtasn1/pkg.yaml | Switch libtasn1 source URL to kernel.org GNU mirror. |
| gzip/pkg.yaml | Switch gzip source URL to kernel.org GNU mirror. |
| grep/pkg.yaml | Switch grep source URL to kernel.org GNU mirror. |
| gperf/pkg.yaml | Switch gperf source URL to kernel.org GNU mirror. |
| gmp/pkg.yaml | Switch gmp source URL to kernel.org GNU mirror. |
| gawk/pkg.yaml | Switch gawk source URL to kernel.org GNU mirror. |
| findutils/pkg.yaml | Switch findutils source URL to kernel.org GNU mirror. |
| diffutils/pkg.yaml | Switch diffutils source URL to kernel.org GNU mirror. |
| coreutils/pkg.yaml | Switch coreutils source URL to kernel.org GNU mirror. |
| bison/pkg.yaml | Switch bison source URL to kernel.org GNU mirror. |
| bc/pkg.yaml | Switch bc source URL to kernel.org GNU mirror. |
| bash/pkg.yaml | Switch bash source URL to kernel.org GNU mirror. |
| automake/pkg.yaml | Switch automake source URL to kernel.org GNU mirror. |
| autoconf/pkg.yaml | Switch autoconf source URL to kernel.org GNU mirror. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
frezbo
force-pushed
the
feat/use-kernel-gnu-mirror
branch
3 times, most recently
from
August 3, 2026 17:06
f564eee to
5060653
Compare
Official GNU mirrors are mostly down or flaky, switch to kernel gnu mirrors. Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo
force-pushed
the
feat/use-kernel-gnu-mirror
branch
from
August 3, 2026 17:24
5060653 to
da6e92a
Compare
smira
approved these changes
Aug 3, 2026
Member
Author
|
/m |
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.
Official GNU mirrors are mostly down or flaky, switch to kernel gnu mirrors.