Skip to content
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

FS#4119 - ring.gr.jp kernel mirror has an unexpected folder structure, so downloads fail #9102

Open
openwrt-bot opened this issue Nov 3, 2021 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

paper42:

For example the btrfs-progs package from the packages feed:

PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs

according to this rule in scripts/download.pl:

push @mirrors, "http://www.ring.gr.jp/archives/linux/kernel.org/$dir";

it gets modified to

http://www.ring.gr.jp/archives/linux/kernel.org/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v5.14.2.tar.xz

but it should be:

http://www.ring.gr.jp/archives/linux/kernel.org/kernel/people/kdave/btrfs-progs/btrfs-progs-v5.14.2.tar.xz

(without /linux) All other mirrors succeed in downloading the file, so we should either strip /linux from start of $dir for this mirror or just remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant