From 4226d8454c5ebf319fb1b880ba90a4f84a5f2a24 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 27 Jul 2017 09:05:36 +0200 Subject: bin/build-packages: add timestamp to build message --- bin/build-packages | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index da96838..2fc602b 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -213,7 +213,10 @@ while [ ${count} -ne 0 ]; do rm -f *".pkg.tar.xz" *".pkg.tar.xz.sig" - >&2 printf 'building package "%s" (straw: %s) ...' "${package}" "${straw}" + >&2 printf '%s: building package "%s" (straw: %s) ...' \ + "$(date +'%Y-%m-%d %T')" \ + "${package}" \ + "${straw}" # by piping the log, we don't see anything in the terminal, # but all ways to duplicate the logs seem pretty elaborate if "${build_command}" ${parameters} > \ -- cgit v1.2.3-54-g00ecf