Skip to content

Commit 7268675

Browse files
committed
generator: yml: Use GitHub mirror of rpms/kernel for Fedora configs
Recently, fetching Fedora's configurations from src.fedoraproject.org has resulted in build/boot failures from being put behind Anubis, such as: https://github.com/ClangBuiltLinux/continuous-integration2/actions/runs/19557508576 https://storage.tuxsuite.com/public/clangbuiltlinux/nathan/builds/35li07cYRcdviPwkqNBiONMitoV/build.log Similar to commit 95cfd65 ("generator: yml: Adjust Alpine Linux configuration URLs"), switch to our new GitHub mirror of the rpms/kernel repository (which will periodically update from src.fedoraproject.org) to ensure these configurations can be reliably accessed for builds. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 481f8b6 commit 7268675

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

generator/yml/0002-urls.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ urls:
99
- &arm32-alpine-config-url https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-stable/stable.armv7.config
1010
- &arm32-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
1111
- &arm64-alpine-config-url https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-stable/stable.aarch64.config
12-
- &arm64-fedora-config-url https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-aarch64-fedora.config
12+
- &arm64-fedora-config-url https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-aarch64-fedora.config
1313
- &arm64-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/arm64/default
1414
- &i386-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/i386/default
15-
- &ppc64le-fedora-config-url https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-ppc64le-fedora.config
15+
- &ppc64le-fedora-config-url https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config
1616
- &ppc64le-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/ppc64le/default
1717
- &riscv-alpine-config-url https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-stable/stable.riscv64.config
1818
- &riscv-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/riscv64/default
19-
- &s390-fedora-config-url https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-s390x-fedora.config
19+
- &s390-fedora-config-url https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-s390x-fedora.config
2020
- &s390-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/s390x/default
2121
- &x86_64-alpine-config-url https://github.com/alpinelinux/aports/raw/refs/heads/master/community/linux-stable/stable.x86_64.config
2222
- &x86_64-arch-config-url https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config
23-
- &x86_64-fedora-config-url https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
23+
- &x86_64-fedora-config-url https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-x86_64-fedora.config
2424
- &x86_64-suse-config-url https://github.com/openSUSE/kernel-source/raw/master/config/x86_64/default

0 commit comments

Comments
 (0)