summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:00:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:00:00 +0000
commit2644e1d1bc9288f7504c2ae9fffd10e7c3c60e97 (patch)
tree6919f041dfc21c92a690ab61e26191511b82fdb5 /debian/progress-linux.postinst
parentAdding debian version 20240420-1. (diff)
downloadprogress-linux-be96b26ee4f2ced7e7b7c12e5d33576e589ce42e.tar.xz
progress-linux-be96b26ee4f2ced7e7b7c12e5d33576e589ce42e.zip
Adding debian version 20240420-2.debian/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}