From 5637a77c5b8762f4c0b9ce8790485fc8bf190aa8 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 2 Jun 2016 09:31:38 +1000 Subject: [PATCH] do_build: send a notify if we stop for a log size change --- do_build | 1 + 1 file changed, 1 insertion(+) diff --git a/do_build b/do_build index 310498f..c0283cb 100755 --- a/do_build +++ b/do_build @@ -65,6 +65,7 @@ $cmd <<-EOF echo "\$sep" echo " log \$b increased number of lines" echo "\$sep" + pushover "linux-next log got bigger" diff -u $obdir/\$b \$log 2>&1 | less fi fi -- 2.39.5