summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_build.sh1
-rw-r--r--logparse/reproducible.rules5
2 files changed, 4 insertions, 2 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
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules
index a7df1333..b0853ad9 100644
--- a/logparse/reproducible.rules
+++ b/logparse/reproducible.rules
@@ -1,6 +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: .+ 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./