diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-20 10:15:57 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-22 23:07:02 +0200 |
commit | 34991ddcf178a97c0e85a1d094082dd41e322887 (patch) | |
tree | 405486483129c403e4567c618be3932902958ead /bin | |
parent | 55d016e0c207129d2b7fb76608e9660e091fcb4f (diff) | |
download | jenkins.debian.net-34991ddcf178a97c0e85a1d094082dd41e322887.tar.xz |
reproducible: create_meta_pkg_sets: shut up botch-create-graph, its warnings are not interesting. Thanks to Johannes Schauer for the hint/help
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 a81bdbd7..22c4f900 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -143,7 +143,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 --deb-native-arch="$ARCH" --strongtype --bg "$SOURCES" "$PACKAGES" - \ + | 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-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 '' \ |