Merge pull request #21036 from jfrazelle/fix-release-generation

only add the suites that exist we dont need the script for this
Upstream-commit: 471e434400620f60e434bee4f6040783449c7e5e
Component: engine
This commit is contained in:
Tibor Vass
2016-03-08 15:11:49 -05:00
+4 -1
View File
@@ -75,7 +75,10 @@ TreeDefault {
};
EOF
for suite in $(exec contrib/reprepro/suites.sh); do
for dir in contrib/builder/deb/${PACKAGE_ARCH}/*/; do
version="$(basename "$dir")"
suite="${version//debootstrap-}"
cat <<-EOF
Tree "dists/${suite}" {
Sections "${components[*]}";