From e0445252e3cb2754436a4dbc814f1dfd2a3b8dd6 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 19 Aug 2014 10:32:58 +0200 Subject: [PATCH] Include more build log lines in email notification --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 226081a..d31a19c 100755 --- a/release.sh +++ b/release.sh @@ -15,4 +15,4 @@ fi # We assume that email to the current system user will somehow reach the right # human eyes -tail ${build}.log | sed 's/.*\r//' | mail -s "${subject}" $(cat ~/.forward) +tail -n 20 ${build}.log | sed 's/.*\r//' | mail -s "${subject}" $(cat ~/.forward) -- libgit2 0.21.2