Revert "99builddsourceslist: disable apt redirects in chroots"
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Feb 2019 21:00:07 +0000 (22:00 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Feb 2019 21:00:07 +0000 (22:00 +0100)
This reverts commit 840177adeb15e1a9f23cff136708eb60a10cd3a7.

All the chroots now have an updated apt.

modules/schroot/files/schroot-setup.d/99builddsourceslist

index 535c836..ad1354a 100755 (executable)
@@ -178,7 +178,6 @@ if [ "$1" = "setup-start" ] || [ "$1" = "setup-recover" ]; then
         echo 'APT::Install-Recommends 0;' >> ${APT_CONF}
         echo 'Dir::Etc::SourceList "sources.buildd.list";' >> ${APT_CONF}
         echo 'Acquire::Languages "none";' >> ${APT_CONF}
-        echo 'Acquire::http::AllowRedirect "false";' >> ${APT_CONF}
 
         if [ -n "${APT_KEYS}" ]; then
             for KEY in ${APT_KEYS}; do