Browse Source

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

only add the suites that exist we dont need the script for this
Tibor Vass 9 năm trước cách đây
mục cha
commit
471e434400
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      hack/make/release-deb

+ 4 - 1
hack/make/release-deb

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