From 65f7fb060474da576cb9baf9cbfca7099a450629 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 Aug 2017 15:17:28 +0200 Subject: bin/build-packages: be more verbose about what is being built --- bin/build-packages | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/build-packages b/bin/build-packages index e6eb6af..8660346 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -263,9 +263,12 @@ while [ "${count}" -ne 0 ]; do find . -maxdepth 1 -type f \( -name '*.pkg.tar.xz' -o -name '*.pkg.tar.xz.sig' \) -exec \ rm {} \; - >&2 printf '%s: building package "%s" (straw: %s) ...' \ + >&2 printf '%s: building package "%s" (revisions %s %s, repository %s, straw %s) ...' \ "$(date +'%Y-%m-%d %T')" \ "${package}" \ + "${git_revision}" \ + "${mod_git_revision}" \ + "${repository}" \ "${straw}" # by piping the log, we don't see anything in the terminal, # but all ways to duplicate the logs seem pretty elaborate -- cgit v1.2.3-54-g00ecf