aboutsummaryrefslogtreecommitdiffstats
path: root/main/aports-build/aports-build
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-21 13:21:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-21 13:22:12 +0000
commit184f3d791e8dc3c2d69e2d96b120f41156cfb09e (patch)
treee60db1a6a355fd26c00cbface60d84b477117f2e /main/aports-build/aports-build
parent251f7b99aba7d81c9ef398c6f3ec41f06c2ba661 (diff)
downloadaports-184f3d791e8dc3c2d69e2d96b120f41156cfb09e.tar.bz2
aports-184f3d791e8dc3c2d69e2d96b120f41156cfb09e.tar.xz
main/aports-build: stop sending messages about build failure
the buildrepo script reports better information
Diffstat (limited to 'main/aports-build/aports-build')
-rw-r--r--main/aports-build/aports-build1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/aports-build/aports-build b/main/aports-build/aports-build
index d3f7619777..723fe476bd 100644
--- a/main/aports-build/aports-build
+++ b/main/aports-build/aports-build
@@ -161,7 +161,6 @@ while true; do
errlog=$hostname.$_current.log
cp "$logdir"/$hostname.log "$logdir"/$errlog
# todo: revert last commit?
- send_irc "failed to build $_current: $logurlprefix/$errlog"
exit 1
fi