diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:13:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:13:38 +0000 |
commit | 9ec40ada83267bd4d1bdcd353e63de1a0a1b272e (patch) | |
tree | 33f5b2ac035fc31f74cc87dc10633e73eab07324 | |
parent | Updating. (diff) | |
download | progress-linux-tools-9ec40ada83267bd4d1bdcd353e63de1a0a1b272e.tar.xz progress-linux-tools-9ec40ada83267bd4d1bdcd353e63de1a0a1b272e.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | web/update | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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" ;; |