This commit is contained in:
Marc Beninca 2024-08-27 21:33:03 +02:00
parent f6f17ade21
commit 0d62aab505
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -620,6 +620,8 @@ spcd_step__environment_defaults() {
[ -n "${SPCD_REF_STAGING}" ] || SPCD_REF_STAGING="dev" [ -n "${SPCD_REF_STAGING}" ] || SPCD_REF_STAGING="dev"
[ -n "${SPCD_URL_ALMA}" ] || [ -n "${SPCD_URL_ALMA}" ] ||
# /almalinux/$releasever/…
# /vault/$releasever/…
SPCD_URL_ALMA="https://repo.almalinux.org" SPCD_URL_ALMA="https://repo.almalinux.org"
[ -n "${SPCD_URL_ALPINE}" ] || [ -n "${SPCD_URL_ALPINE}" ] ||
SPCD_URL_ALPINE="https://dl-cdn.alpinelinux.org/alpine" SPCD_URL_ALPINE="https://dl-cdn.alpinelinux.org/alpine"
@ -630,12 +632,16 @@ spcd_step__environment_defaults() {
[ -n "${SPCD_URL_EPEL}" ] || [ -n "${SPCD_URL_EPEL}" ] ||
SPCD_URL_EPEL="https://dl.fedoraproject.org" SPCD_URL_EPEL="https://dl.fedoraproject.org"
[ -n "${SPCD_URL_FEDORA}" ] || [ -n "${SPCD_URL_FEDORA}" ] ||
# /releases/$releasever/Everything/…
# /updates/$releasever/Everything/…
# /updates/testing/$releasever/Everything/…
SPCD_URL_FEDORA="https://rpmfind.net/linux/fedora/linux" SPCD_URL_FEDORA="https://rpmfind.net/linux/fedora/linux"
[ -n "${SPCD_URL_OPENSUSE}" ] || [ -n "${SPCD_URL_OPENSUSE}" ] ||
SPCD_URL_OPENSUSE="https://download.opensuse.org" SPCD_URL_OPENSUSE="https://download.opensuse.org"
[ -n "${SPCD_URL_PYTHON}" ] || [ -n "${SPCD_URL_PYTHON}" ] ||
SPCD_URL_PYTHON="https://pypi.org/simple" SPCD_URL_PYTHON="https://pypi.org/simple"
[ -n "${SPCD_URL_ROCKY}" ] || [ -n "${SPCD_URL_ROCKY}" ] ||
# /$contentdir/$releasever/…
SPCD_URL_ROCKY="https://dl.rockylinux.org" SPCD_URL_ROCKY="https://dl.rockylinux.org"
[ -n "${SPCD_URL_UBUNTU}" ] || [ -n "${SPCD_URL_UBUNTU}" ] ||
SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net/ubuntu" SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net/ubuntu"
@ -852,6 +858,7 @@ deb ${SPCD_URL_DEBIAN}-security ${SPCD_OS_VERSION}-security main
"rocky-extras" "rocky-extras"
;; ;;
"8") "8")
# not Rocky-Media
set -- \ set -- \
"Rocky-AppStream" \ "Rocky-AppStream" \
"Rocky-BaseOS" \ "Rocky-BaseOS" \