alisw / alibuild

A simple build tool for ALICE software
http://alisw.github.io/alibuild/
GNU General Public License v3.0
24 stars 47 forks source link

Warn about uncommitted files in final summary #798

Closed ktf closed 1 year ago

ktf commented 1 year ago

Warn about uncommitted files in final summary

Too many times rebuilds have gone unnoticed because the per package warning gets lost in the debug output. This tries to improve the issue by adding a summary at the end with the list of directories containing untracked files.

ktf commented 1 year ago

Finally managed to fix the coverage of this. Merging.