diff options
author | Johannes 'josch' Schauer <josch@mister-muffin.de> | 2016-09-17 14:50:50 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2016-09-17 13:14:19 +0000 |
commit | 33537327617bce60a0d6fcd724316f771422ffe7 (patch) | |
tree | 1e14fa343c7efee1541b9e1d192573354a887a9e /bin | |
parent | b57467d4572283185fa2c15e81a06c33ff497e0a (diff) | |
download | jenkins.debian.net-33537327617bce60a0d6fcd724316f771422ffe7.tar.xz |
reproducible debian: use botch-create-graph --deb-drop-b-d-indep because --drop-b-d-indep got replaced by it
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 2 |
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 48a12fa1..00999d23 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -184,7 +184,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 --drop-b-d-indep --quiet --deb-native-arch="$ARCH" --strongtype --bg "$SOURCES" "$PACKAGES" - \ + | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-create-graph --deb-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 |