summaryrefslogtreecommitdiffstats
path: root/web/update
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 02:02:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 02:02:27 +0000
commit85216810768ddd3f6732a91b05631086253ba111 (patch)
tree069c6127e8df99b12f0ccd6c8a206939ec568793 /web/update
parentUpdating. (diff)
downloadprogress-linux-tools-85216810768ddd3f6732a91b05631086253ba111.tar.xz
progress-linux-tools-85216810768ddd3f6732a91b05631086253ba111.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xweb/update4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/update b/web/update
index 895e52f..bd2c7a3 100755
--- a/web/update
+++ b/web/update
@@ -17,9 +17,9 @@ MODE="$(basename ${0} | awk -F. '{ print $2 }')"
case "${MODE}" in
engywuck)
- # FIXME
- UPSTREAM_DISTRIBUTIONS="buster buster-updates buster-proposed-updates"
+ UPSTREAM_DISTRIBUTIONS="buster buster-security buster-updates buster-proposed-updates"
DOWNSTREAM_DISTRIBUTION="engywuck"
+ DOWNSTREAM_DISTRIBUTIONS="engywuck engywuck-security engywuck-updates"
DOWNSTREAM_MIRROR="https://apt.progress-linux.org/packages"
DOWNSTREAM_TAG="progress"
;;