diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:57:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:57:13 +0000 |
commit | 70e3ae7fcb314e81240e93932cf811955a30aeee (patch) | |
tree | a971f4dca38f9fcf92abcc90ba992cb3df68f20f /debian/progress-linux.postinst | |
parent | Releasing progress-linux version 20240420-1progress6u1. (diff) | |
download | progress-linux-70e3ae7fcb314e81240e93932cf811955a30aeee.tar.xz progress-linux-70e3ae7fcb314e81240e93932cf811955a30aeee.zip |
Merging debian version 20240420-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/progress-linux.postinst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst index 180770e..c44a254 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -39,7 +39,7 @@ Configure_apt_sources () for ARCHIVE in ${ARCHIVES} do case "${ARCHIVE}" in - *-extras) + *-extras|*-test) ;; *) @@ -58,13 +58,13 @@ Configure_apt_sources () Configure_apt_sources_stanza "${SUITES}" "${COMPONENTS}" fi - # Configure repositories: ${release}-extras, ${release}-backports-extras + # Configure repositories: ${release}-extras, ${release}-test, ${release}-backports-extras, ${release}-backports-test SUITES="" for ARCHIVE in ${ARCHIVES} do case "${ARCHIVE}" in - *-extras) + *-extras|*-test) SUITES="${SUITES} ${ARCHIVE}" Configure_apt_preferences ${ARCHIVE} |