Skip to content
Snippets Groups Projects
Commit 9f3bcea1 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: make diffoscope timeouts more visible on #debian-reproducible-changes

parent 14dbf963
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,7 @@ diffoscope_timed_out() {
local msg="$DIFFOSCOPE was killed after running into timeout after $1"
if [ ! -s ./${DBDREPORT} ] ; then
echo "$(date -u) - $DIFFOSCOPE produced no output and was killed after running into timeout after ${1}..." >> ${DBDREPORT}
irc_message debian-reproducible-changes "$DIFFOSCOPE ran into timeout $1 on $SRCPACKAGE on $SUITE/$ARCH ⏳"
else
msg="$msg, but there is still $DEBIAN_URL/dbd/$SUITE/$ARCH/$DDBREPORT"
irc_message debian-reproducible-changes "$msg and produced output? AIUI this should not happen. 🤔"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment