summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@mister-muffin.de>2015-07-31 14:19:09 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-31 14:48:54 +0200
commit2e53aac8d039cd983130fa09a4b752e53ec503f4 (patch)
tree82ad024e0edeb51afc1b512c838b50955d9b25ea /bin/reproducible_create_meta_pkg_sets.sh
parent82e6c0fe797a2e471bb9760e11142bd685f81be6 (diff)
downloadjenkins.debian.net-2e53aac8d039cd983130fa09a4b752e53ec503f4.tar.xz
bin/reproducible_create_meta_pkg_sets.sh: botch-create-graph: use --drop-b-d-indep
Since the set is not supposed to also bootstrap Architecture:all packages, do not consider Build-Depends-Indep dependencies as being required.
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-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 362e4df7..2219827b 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -146,7 +146,7 @@ update_pkg_sets() {
grep-dctrl --exact-match --field Package build-essential "$PACKAGES" \
| schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-latest-version - - \
| 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 --quiet --deb-native-arch="$ARCH" --strongtype --bg "$SOURCES" "$PACKAGES" - \
+ | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-create-graph --drop-b-d-indep --quiet --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" \
| grep-dctrl --no-field-names --show-field=Package '' > $TMPFILE