summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 15:37:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 15:37:00 +0000
commit4ce12cd13d344f56c37710a4f5a63704e6de1d48 (patch)
treedd88efc096b9eed67a6dc93bf2081484769ca8c9
parentReleasing debian version 20240420-1. (diff)
downloadprogress-linux-4ce12cd13d344f56c37710a4f5a63704e6de1d48.tar.xz
progress-linux-4ce12cd13d344f56c37710a4f5a63704e6de1d48.zip
Using all archive areas for test repositories.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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}