From 626b040f80551d899d7922420e40f1e4c4784c14 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Wed, 28 Mar 2012 06:41:31 +0900 Subject: Show current time in create / update operations too. (closes: #613854) It's probably useful to see them in the logs. --- pbuilder-updatebuildenv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pbuilder-updatebuildenv') diff --git a/pbuilder-updatebuildenv b/pbuilder-updatebuildenv index fd2cb59..e673592 100755 --- a/pbuilder-updatebuildenv +++ b/pbuilder-updatebuildenv @@ -21,7 +21,6 @@ set -e . /usr/lib/pbuilder/pbuilder-checkparams . /usr/lib/pbuilder/pbuilder-runhooks - if [ -n "$DISTRIBUTION" ] && [ "$OVERRIDE_APTLINES" = "yes" ]; then log "I: Upgrading for distribution $DISTRIBUTION" fi @@ -31,6 +30,9 @@ else TRAP=trap fi +# show the current time before doing anything. +echobacktime + extractbuildplace $TRAP umountproc_cleanbuildplace_trap exit sighup -- cgit v1.2.3