Skip to content

Commit

Permalink
Display additional info to build log
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Jan 29, 2021
1 parent 4a986a8 commit bf544c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/build-all-ng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ done

fi

[[ $n -eq 0 ]] && display_alert "No changes in upstream sources, patches or configs found. Exiting." "info"

buildall_end=$(date +%s)
buildall_runtime=$(((buildall_end - buildall_start) / 60))
display_alert "Runtime in total" "${buildall_runtime} min" "info"
Expand Down

0 comments on commit bf544c2

Please sign in to comment.