summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjosch <j.schauer@email.de>2015-06-02 16:43:32 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-02 16:47:30 +0200
commita188e0b558a40c67dbef053acd2b860215d66489 (patch)
tree682dac8e525658d0da940080cc78da1ad3e9ff51
parente876ffbf2464bd696beb766f3a524b9823fdcbba (diff)
downloadjenkins.debian.net-a188e0b558a40c67dbef053acd2b860215d66489.tar.xz
bin/reproducible_create_meta_pkg_sets.sh: also output source packages that only build arch:all binary packages
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index a22d4ab1..752d72b9 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -133,7 +133,7 @@ update_pkg_sets() {
| schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-bin2src --deb-native-arch="$ARCH" - "$SOURCES" \
| schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-create-graph --deb-native-arch="$ARCH" --strongtype --bg "$SOURCES" "$PACKAGES" - \
| schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-buildgraph2packages - "$PACKAGES" \
- | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-bin2src --deb-native-arch="$ARCH" - "$SOURCES" \
+ | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-bin2src --all --deb-native-arch="$ARCH" - "$SOURCES" \
| grep-dctrl --no-field-names --show-field=Package '' \
| sort -u > $TMPFILE
update_if_similar ${META_PKGSET[4]}.pkgset