99builddsourceslist: remove jessie-kfreebsd hacks
[mirror/dsa-puppet.git] / modules / schroot / files / schroot-setup.d / 99builddsourceslist
index 506a55c..4342490 100755 (executable)
@@ -150,12 +150,7 @@ if [ "$1" = "setup-start" ] || [ "$1" = "setup-recover" ]; then
             fi
 
         elif [ "${SUITE_VARIANT%%-sloppy}" = 'backports' ]; then
-            # Hack: for kfreebsd-* the base suite for jessie-backports and jessie-backports-sloppy is jessie-kfreebsd (and not jessie)
-            if echo "${CHROOT_ALIAS}" | grep -q 'kfreebsd-\w\+-sbuild$' ; then
-                SUITES="${SUITE_BASE}-kfreebsd"
-            else
-                SUITES="${SUITE_BASE}"
-            fi
+            SUITES="${SUITE_BASE}"
             [ -n "${debian_mirror}" ] && domirror "${debian_mirror} SUITE COMPONENT" ${APT_LIST}
             domirror "http://ftp.debian.org/debian SUITE COMPONENT" ${APT_LIST}
             SUITES="${SUITE_BASE}"