only add the suites that exist we dont need the script for this
Signed-off-by: Jessica Frazelle <acidburn@docker.com> Upstream-commit: 0ab5805c0850d055c92f29fbadd4b7a90fc4f76a Component: engine
This commit is contained in:
@@ -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[*]}";
|
||||
|
||||
Reference in New Issue
Block a user