diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:02:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:02:27 +0000 |
commit | 85216810768ddd3f6732a91b05631086253ba111 (patch) | |
tree | 069c6127e8df99b12f0ccd6c8a206939ec568793 /web/update | |
parent | Updating. (diff) | |
download | progress-linux-tools-85216810768ddd3f6732a91b05631086253ba111.tar.xz progress-linux-tools-85216810768ddd3f6732a91b05631086253ba111.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/update')
-rwxr-xr-x | web/update | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ;; |