From 132edaad169fa798fc8a84818b5b23c57dd57f35 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 28 Oct 2014 01:40:04 +0100 Subject: d-i: drop d-i_parse_build_logs job. add 15 new ones, d-i_overview_$arch. Each jobs checks the build status for its arch. There are no irc notifictations yet, as currently the jobs are run 24 times a day and I don't want 24 notifications a day..." --- bin/d-i_overview.sh | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 bin/d-i_overview.sh (limited to 'bin/d-i_overview.sh') diff --git a/bin/d-i_overview.sh b/bin/d-i_overview.sh new file mode 100755 index 00000000..2c1fc35f --- /dev/null +++ b/bin/d-i_overview.sh @@ -0,0 +1,42 @@ +#!/bin/bash + +# Copyright 2014 Holger Levsen +# released under the GPLv=2 + +DEBUG=false +. /srv/jenkins/bin/common-functions.sh +common_init "$@" + +# convert param to variables +if [ "$1" == "" ] ; then + echo "need an Archicture to act on" + exit 1 +fi +ARCH=$1 +URL=http://d-i.debian.org/daily-images/daily-build-overview.html + +TMPFILE=$(mktemp) +MISSING=$(mktemp) +FAILED=$(mktemp) +CLEAN=true + +curl -s -S $URL -o $TMPFILE +echo "Checking $URL for build issues on $ARCH." + +# http://anonscm.debian.org/viewvc/d-i/trunk/scripts/daily-build-overview?view=markup is used to generate the HTML +awk '/ul id="missingarchs/,/<\/ul>/' $TMPFILE > $MISSING +awk '/ul id="failedarchs/,/<\/ul>/' $TMPFILE > $FAILED +if grep -q "