summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-11 16:23:37 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-11 16:23:37 +0200
commitd0741dd7a9bfad858d51a2fc198b506746481261 (patch)
treef284d4f709b65abe588b2b43dc1f1b0c4b9fba8c
parentd47dc035b62f55afc65327c68a9285b7003053a7 (diff)
downloadjenkins.debian.net-d0741dd7a9bfad858d51a2fc198b506746481261.tar.xz
reproducible: no warnings if builds fail or are unreproducible. that's expected in sid
-rwxr-xr-xbin/reproducible_build.sh4
-rw-r--r--logparse/reproducible.rules2
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./