Commit e0445252e3cb2754436a4dbc814f1dfd2a3b8dd6

Authored by Jacob Vosmaer
1 parent 5e33cf5b

Include more build log lines in email notification

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
release.sh
... ... @@ -15,4 +15,4 @@ fi
15 15  
16 16 # We assume that email to the current system user will somehow reach the right
17 17 # human eyes
18   -tail ${build}.log | sed 's/.*\r//' | mail -s "${subject}" $(cat ~/.forward)
  18 +tail -n 20 ${build}.log | sed 's/.*\r//' | mail -s "${subject}" $(cat ~/.forward)
... ...