summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:00:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:00:12 +0000
commit5108dc34273cb5e5478509b38b08792a8b7a90cc (patch)
treeee425d1cc512cbbd2c478b35c19b97cb194eb7f3 /debian/progress-linux.postinst
parentReleasing progress-linux version 20240420-1progress7u1. (diff)
downloadprogress-linux-5108dc34273cb5e5478509b38b08792a8b7a90cc.tar.xz
progress-linux-5108dc34273cb5e5478509b38b08792a8b7a90cc.zip
Merging debian version 20240420-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/progress-linux.postinst')
-rwxr-xr-xdebian/progress-linux.postinst6
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}