99porterbox-extra-sources: Update security blacklist post-stretch
authorJames Clarke <jrtc27@debian.org>
Wed, 14 Mar 2018 13:31:35 +0000 (13:31 +0000)
committerJames Clarke <jrtc27@debian.org>
Wed, 14 Mar 2018 13:31:35 +0000 (13:31 +0000)
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

index e6e0f08..c973d14 100755 (executable)
@@ -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"