repos/fedora
Some checks failed
/ alpine (push) Successful in 1m47s
/ archlinux (push) Successful in 2m31s
/ opensuse (push) Successful in 3m5s
/ ubuntu (push) Successful in 7m21s
/ almalinux (push) Successful in 10m27s
/ fedora (push) Successful in 13m24s
/ rockylinux (push) Successful in 12m30s
/ debian (push) Failing after 3m28s
Some checks failed
/ alpine (push) Successful in 1m47s
/ archlinux (push) Successful in 2m31s
/ opensuse (push) Successful in 3m5s
/ ubuntu (push) Successful in 7m21s
/ almalinux (push) Successful in 10m27s
/ fedora (push) Successful in 13m24s
/ rockylinux (push) Successful in 12m30s
/ debian (push) Failing after 3m28s
This commit is contained in:
parent
00fa4ff5e9
commit
0d457da964
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
[ -n "${SPCD_URL_EPEL}" ] ||
|
||||
SPCD_URL_EPEL="https://dl.fedoraproject.org"
|
||||
[ -n "${SPCD_URL_FEDORA}" ] ||
|
||||
SPCD_URL_FEDORA="https://rpmfind.net"
|
||||
SPCD_URL_FEDORA="https://rpmfind.net/linux/fedora/linux"
|
||||
[ -n "${SPCD_URL_OPENSUSE}" ] ||
|
||||
SPCD_URL_OPENSUSE="https://download.opensuse.org"
|
||||
[ -n "${SPCD_URL_PYTHON}" ] ||
|
||||
|
@ -824,8 +824,8 @@ deb ${SPCD_URL_DEBIAN}-security ${SPCD_OS_VERSION}-security main
|
|||
"fedora-updates" \
|
||||
"fedora-updates-testing"; do
|
||||
spcd_os_sed "/etc/yum.repos.d/${spcd_spr__file}.repo" \
|
||||
"|^metalink|# metalink|" \
|
||||
"|http://download.example|${SPCD_URL_FEDORA}|" \
|
||||
"|^metalink|# metalink|" "\
|
||||
|http://download.example/pub/fedora/linux|${SPCD_URL_FEDORA}|" \
|
||||
"|^#baseurl|baseurl|"
|
||||
done
|
||||
spcd_os_sed "/etc/yum.repos.d/fedora-cisco-openh264.repo" \
|
||||
|
|
Loading…
Reference in a new issue