scripts: improve git-update.sh status message
authorKrzysztof Konopko <krzysztof.konopko@gmail.com>
Tue, 28 May 2013 22:34:54 +0000 (23:34 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 30 May 2013 22:34:40 +0000 (23:34 +0100)
commit527423fcd9a5b74b8bc3dfbae75871b9c0f87f7c
tree94519d3b6cdbd666e856305c7963658b3502cea3
parent10099e1e704354ec45a1ea8ae394af07c868c1f3
scripts: improve git-update.sh status message

By default when the script is about to exit (normally or due to an error),
it checks whether $ERROR_LOG file exists.  If the log file exists, the
script prints a "Failures: " message prefix and dumps the log file to the
output.

Apparently the log file is always created and if the update/build is
successful, the script finishes with a bit misleading "Failures: " message.

An improvement provided with this change lets the log file to be created as
needed, i.e. if there's an error message to be printed.  If the file
doesn't exists, the script prints a "Update done" message which clearly
indicates success.

https://bugzilla.gnome.org/show_bug.cgi?id=701177
scripts/git-update.sh