From: James Clarke Date: Wed, 14 Mar 2018 13:31:35 +0000 (+0000) Subject: 99porterbox-extra-sources: Update security blacklist post-stretch X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=76350107294b8ffd847bb025b3fba2e4e4ca2778;p=mirror%2Fdsa-puppet.git 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. --- 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"