diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-29 18:19:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-29 18:19:40 +0200 |
commit | 756f736506ff97f196cdcee38be25295b826fc1d (patch) | |
tree | 32e8f64deb39f515fe55aa9d9170436583e63956 /bin | |
parent | 76472612590f0c1ffa1dd105f6efbd096f69318d (diff) | |
download | jenkins.debian.net-756f736506ff97f196cdcee38be25295b826fc1d.tar.xz |
reproducible: add logparse warnings for common failures
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 73d89f28..c09fa2e4 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -140,6 +140,7 @@ for SRCPACKAGE in $PACKAGES ; do fi rm b1 b2 -rf else + echo "Warning: ${SRCPACKAGE} failed to build from source." sqlite3 -init $INIT $PACKAGES_DB "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"${VERSION}\", \"FTBFS\", \"$DATE\", \"\")" mv ${SRCPACKAGE}_${VERSION}.pbuilder.log /var/lib/jenkins/userContent/pbuilder/ dcmd rm ${SRCPACKAGE}_${VERSION}.dsc |