From 85cb514648d841aa2f223c109eaa5b79b8317b7d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 29 Nov 2013 13:02:30 +0000 Subject: testing/aports-build: send msg to irc on failure --- testing/aports-build/APKBUILD | 8 ++++---- testing/aports-build/aports-build | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'testing') diff --git a/testing/aports-build/APKBUILD b/testing/aports-build/APKBUILD index a6a41706e..06b441eae 100644 --- a/testing/aports-build/APKBUILD +++ b/testing/aports-build/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=aports-build pkgver=0.1 -pkgrel=0 +pkgrel=1 pkgdesc="MQTT based build-on-git-push scripts for Alpine Linux" url="http://alpinelinux.org" arch="noarch" @@ -39,12 +39,12 @@ package() { "$pkgdir"/etc/conf.d/aports-build || return 1 } -md5sums="5d0a7c69d166c7012f2a5c2a24e402ce aports-build +md5sums="bfc281f6af37994137b753eb3406b543 aports-build 40ff7be2ad647d22c4c8ebfe1fec8b1b aports-build.initd cdc49e0ef145de72131972a575f20e7b aports-build.confd" -sha256sums="547b150e7e07c2d64a5648bbc6944a6e7c9123dc72a2c3e3bb392662cb4af010 aports-build +sha256sums="588dfd07c44c0cd2eef8a47a4b29d370bce6232de7930834a71420cf34f406bb aports-build e6b228ccc0dcdf7f172ebd3777c5791b96f86a8c96a4df95df2dd3c9051b91fe aports-build.initd 519744cdb4be83e5da1c22d4aa93c7ef97d66e03565e84b710bc21c94b82047e aports-build.confd" -sha512sums="d71d392b46f1009b262c68af5b2d926bab25f1570690cce064a9e16d544de67eefb73a33799d2d65054c250da4eff786f7a7272af3f325ea1bfc776b7c92393e aports-build +sha512sums="1a632c2c98cedcde47810d743925b99540230ff136d982753818befeddb8260117df2bcfc47fcc34cafa050122cd638c1820e32fa32f9c93871e40dd05a198e3 aports-build af5cd8e2647f3b9aa03020d5cea996a750b48b2b3a4d208f5ef683538aba3ecada677b9a0071385c85ec66803b8ed055b1d58853ccfe198c1c5beaad99d97d86 aports-build.initd fbe8ed4b1fbfc979de62302873e99c67bab751a7fcd921c3b23815f535cedb34c717e82b3c223f88e06498a573cbd147a73db7bf5adbb5e1947ac75fcb8edcb4 aports-build.confd" diff --git a/testing/aports-build/aports-build b/testing/aports-build/aports-build index fd2ede9a5..187a9a1a3 100644 --- a/testing/aports-build/aports-build +++ b/testing/aports-build/aports-build @@ -141,9 +141,7 @@ while true; do local errlog=$hostname.$_current.log cp "$logdir"/$hostname.log "$logdir"/$errlog # todo: revert last commit? -# log "building $repos ($_current) failed" -# send_irc "failed to build $_current: $logurlprefix/$errlog" -# log "idle" + send_irc "failed to build $_current: $logurlprefix/$errlog" exit 1 fi -- cgit v1.2.3