Skip to content

Commit 95cfd65

Browse files
committed
generator: yml: Adjust Alpine Linux configuration URLs
The configuration files sometimes fail to fetch from git.alpinelinux.org but there is a GitHub mirror, so switch to that to avoid tuxsuite failing when trying to fetch the configuration. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 7955cea commit 95cfd65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

generator/yml/0002-urls.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ urls:
88
- &tip-url https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
99
- &arm64-url https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1010
# Configuration URLs
11-
- &arm32-alpine-config-url https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
11+
- &arm32-alpine-config-url https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.armv7
1212
- &arm32-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
13-
- &arm64-alpine-config-url https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.aarch64
13+
- &arm64-alpine-config-url https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.aarch64
1414
- &arm64-fedora-config-url https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-aarch64-fedora.config
1515
- &arm64-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/arm64/default
1616
- &i386-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/i386/default
1717
- &ppc64le-fedora-config-url https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-ppc64le-fedora.config
1818
- &ppc64le-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/ppc64le/default
19-
- &riscv-alpine-config-url https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.riscv64
19+
- &riscv-alpine-config-url https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.riscv64
2020
- &riscv-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/riscv64/default
2121
- &s390-fedora-config-url https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-s390x-fedora.config
2222
- &s390-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/s390x/default
23-
- &x86_64-alpine-config-url https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.x86_64
23+
- &x86_64-alpine-config-url https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-edge/config-edge.x86_64
2424
- &x86_64-arch-config-url https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config
2525
- &x86_64-fedora-config-url https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
2626
- &x86_64-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/x86_64/default

0 commit comments

Comments
 (0)