From dc559d219b5119e2b3e2cacfcda0c9ee77c6c3df Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 7 Jun 2015 13:53:14 +0200 Subject: reproducible coreboot: improve layout, fix irc notification --- bin/reproducible_common.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 7e89a028..b7400adb 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -360,3 +360,8 @@ print_out_duration() { echo "$(date) - total duration: ${HOUR}h ${MIN}m ${SEC}s." | tee -a ${RBUILDLOG} } +irc_message() { + local MESSAGE="$@" + kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE" || true # don't fail the whole job +} + -- cgit v1.2.3-54-g00ecf