diff options
author | josch <j.schauer@email.de> | 2015-06-11 09:50:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-11 09:50:55 +0200 |
commit | 79b027b8917e52903b79738517055af81e2c7f21 (patch) | |
tree | 03feb21b656f411214b229a2a15f9167d07302ef /bin | |
parent | 5956c12aea578cd9ad063e8ceca992bb7c4d0095 (diff) | |
download | jenkins.debian.net-79b027b8917e52903b79738517055af81e2c7f21.tar.xz |
run botch-bin2src without --all
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 036bfb6a..3b3eb25c 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -145,7 +145,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 --all --deb-native-arch="$ARCH" - "$SOURCES" \ + | schroot --directory /tmp -c source:jenkins-reproducible-unstable -- botch-bin2src --deb-native-arch="$ARCH" - "$SOURCES" \ | grep-dctrl --no-field-names --show-field=Package '' \ | sort -u > $TMPFILE update_if_similar ${META_PKGSET[4]}.pkgset |