From 4ce12cd13d344f56c37710a4f5a63704e6de1d48 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Apr 2024 17:37:00 +0200 Subject: Using all archive areas for test repositories. Signed-off-by: Daniel Baumann --- debian/progress-linux.postinst | 6 +++--- 1 file 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} -- cgit v1.2.3