From 76350107294b8ffd847bb025b3fba2e4e4ca2778 Mon Sep 17 00:00:00 2001 From: James Clarke Date: Wed, 14 Mar 2018 13:31:35 +0000 Subject: [PATCH] 99porterbox-extra-sources: Update security blacklist post-stretch Now that stretch has been released, we want to include the security archive. Moreover, buster (the current testing) is present in the security archive, so we can avoid the need to update this blacklist after every release. --- modules/schroot/files/schroot-setup.d/99porterbox-extra-sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/schroot/files/schroot-setup.d/99porterbox-extra-sources b/modules/schroot/files/schroot-setup.d/99porterbox-extra-sources index e6e0f08f3..c973d1484 100755 --- a/modules/schroot/files/schroot-setup.d/99porterbox-extra-sources +++ b/modules/schroot/files/schroot-setup.d/99porterbox-extra-sources @@ -73,7 +73,7 @@ if [ "$1" = "setup-start" ] || [ "$1" = "setup-recover" ]; then echo "deb $debugmirror sid-debug main" >> "$SRCL" echo "deb-src $debugmirror sid-debug main" >> "$SRCL" ;; - sid|stretch) + sid) ;; *) echo "deb http://security.debian.org/ ${suite_alias}/updates main" >> "$SRCL" -- 2.20.1