1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

only add the suites that exist we dont need the script for this
This commit is contained in:
Tibor Vass 2016-03-08 15:11:49 -05:00
commit 471e434400

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[*]}";