summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
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 /bin/reproducible_build.sh
parentd47dc035b62f55afc65327c68a9285b7003053a7 (diff)
downloadjenkins.debian.net-d0741dd7a9bfad858d51a2fc198b506746481261.tar.xz
reproducible: no warnings if builds fail or are unreproducible. that's expected in sid
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 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