From 9ec40ada83267bd4d1bdcd353e63de1a0a1b272e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:13:38 +0200 Subject: Updating. Signed-off-by: Daniel Baumann --- web/update | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/update') diff --git a/web/update b/web/update index 16b9818..11e87bc 100755 --- a/web/update +++ b/web/update @@ -17,6 +17,7 @@ MODE="$(basename ${0} | awk -F. '{ print $2 }')" case "${MODE}" in engywuck) + # FIXME UPSTREAM_DISTRIBUTIONS="buster buster-updates buster-proposed-updates" DOWNSTREAM_DISTRIBUTION="engywuck" DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages" @@ -24,6 +25,7 @@ case "${MODE}" in ;; engywuck-backports) + # FIXME UPSTREAM_DISTRIBUTIONS="bullseye bullseye-updates bullseye-proposed-updates" DOWNSTREAM_DISTRIBUTION="engywuck-backports" DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages" @@ -41,7 +43,7 @@ case "${MODE}" in ;; fuchur-backports) - UPSTREAM_DISTRIBUTIONS="bookworm bookworm-updates bookworm-proposed-updates" + UPSTREAM_DISTRIBUTIONS="bookworm bookworm-security bookworm-updates bookworm-proposed-updates" DOWNSTREAM_DISTRIBUTION="fuchur-backports" DOWNSTREAM_DISTRIBUTIONS="fuchur-backports" DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages" @@ -49,11 +51,9 @@ case "${MODE}" in ;; graograman) - #UPSTREAM_DISTRIBUTIONS="bookworm bookworm-security bookworm-updates bookworm-proposed-updates" - UPSTREAM_DISTRIBUTIONS="bookworm" + UPSTREAM_DISTRIBUTIONS="bookworm bookworm-security bookworm-updates bookworm-proposed-updates" DOWNSTREAM_DISTRIBUTION="graograman" - #DOWNSTREAM_DISTRIBUTIONS="graograman graograman-security graograman-updates" - DOWNSTREAM_DISTRIBUTIONS="graograman" + DOWNSTREAM_DISTRIBUTIONS="graograman graograman-security graograman-updates" DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages" DOWNSTREAM_TAG="progress" ;; -- cgit v1.2.3