]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
setup-dchroot: generate a jessie-kfreebsd alias on buildds
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 19 Aug 2015 22:27:28 +0000 (00:27 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 19 Aug 2015 22:27:28 +0000 (00:27 +0200)
modules/schroot/files/setup-dchroot

index 3ab4e5efe26bfb8817ba8b0308167d37a907186a..9a6fcceefb16fbab78c29e543e6000053c4f6f00 100755 (executable)
@@ -123,6 +123,7 @@ EOF
             if [ -z "$extra" ] && [ -z "$ubuntu" ]; then
                 genschrootconf "$suite" "$arch" "$target" "backports"
                 [ -n "$buildd" ] && genschrootconf "$suite" "$arch" "$target" "backports-sloppy"
+                [ -n "$buildd" ] && genschrootconf "$suite" "$arch" "$target" "kfreebsd"
                 [ -n "$buildd" ] && genschrootconf "$suite" "$arch" "$target" "lts"
                 [ -n "$buildd" ] && genschrootconf "$suite" "$arch" "$target" "proposed-updates"
                 [ -n "$buildd" ] && genschrootconf "$suite" "$arch" "$target" "security"