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:
commit
471e434400
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,10 @@ TreeDefault {
|
||||||
};
|
};
|
||||||
EOF
|
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
|
cat <<-EOF
|
||||||
Tree "dists/${suite}" {
|
Tree "dists/${suite}" {
|
||||||
Sections "${components[*]}";
|
Sections "${components[*]}";
|
||||||
|
|
Loading…
Add table
Reference in a new issue