From 8b8a3391a3bf691e37ca861516c89240f706d6f3 Mon Sep 17 00:00:00 2001 From: Michael Prokop <mprokop@sipwise.com> Date: Fri, 3 Mar 2017 08:24:29 +0100 Subject: [PATCH] TT#5444 Revert "TT#5444 Debian stretch doesn't have security support (yet)" This reverts commit ba081beb916d0b74e9c17844838275cf781bbcd7. The Debian stretch security repository exists nowadays (even if it's empty). Change-Id: I1a0054ada1de5ac6bc4bce36da9a63aa074455c7 --- deployment.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/deployment.sh b/deployment.sh index 553ddad..fdbb2b0 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1590,17 +1590,10 @@ EOF # Debian repositories deb ${MIRROR} ${DEBIAN_RELEASE} main contrib non-free +deb ${SEC_MIRROR} ${DEBIAN_RELEASE}-security main contrib non-free +deb ${MIRROR} ${DEBIAN_RELEASE}-updates main contrib non-free EOF -if [ "$DEBIAN_RELEASE" = "stretch" ] ; then - echo "Warning: not enabling security repository for $DEBIAN_RELEASE" - logit "Warning: not enabling security repository for $DEBIAN_RELEASE" -else - echo "deb ${SEC_MIRROR} ${DEBIAN_RELEASE}-security main contrib non-free" >> "$TARGET"/etc/apt/sources.list.d/debian.list -fi - -echo "deb ${MIRROR} ${DEBIAN_RELEASE}-updates main contrib non-free" >> "$TARGET"/etc/apt/sources.list.d/debian.list - # support testing rc releases without providing an according installer package ahead if [ -n "$AUTOBUILD_RELEASE" ] ; then echo "Running installer with sources.list for $DEBIAN_RELEASE + autobuild release-$AUTOBUILD_RELEASE"