summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages5
1 files changed, 4 insertions, 1 deletions
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} > \