From d0741dd7a9bfad858d51a2fc198b506746481261 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 11 Oct 2014 16:23:37 +0200 Subject: reproducible: no warnings if builds fail or are unreproducible. that's expected in sid --- bin/reproducible_build.sh | 4 ++-- logparse/reproducible.rules | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index ea6b0e8c..b5e8a597 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -226,7 +226,7 @@ for SRCPACKAGE in ${PACKAGES} ; do fi sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"${VERSION}\", \"unreproducible\", \"$DATE\")" set +x - echo -n "Warning: ${SRCPACKAGE} failed to build reproducibly." + echo -n "${SRCPACKAGE} failed to build reproducibly." if [ ! -f b1/${BUILDINFO} ] ; then echo " .buildinfo file is missing." else @@ -240,7 +240,7 @@ for SRCPACKAGE in ${PACKAGES} ; do else sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"${VERSION}\", \"FTBFS\", \"$DATE\")" set +x - echo "Warning: ${SRCPACKAGE} failed to build from source." + echo "${SRCPACKAGE} failed to build from source." fi set -x dcmd rm ${SRCPACKAGE}_${EVERSION}.dsc diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules index 4f7ef20f..95e3e12c 100644 --- a/logparse/reproducible.rules +++ b/logparse/reproducible.rules @@ -1,9 +1,7 @@ # see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin # list of warnings here... -warning /Warning: .+ failed to build reproducibly./ warning /Warning: .+ is not a source package, or was removed or renamed. Please investigate./ -warning /Warning: .+ failed to build from source./ warning /Warning: Download of .+ sources failed./ warning /Warning: .+ contains invalid yaml, please fix./ -- cgit v1.2.3-70-g09d2