-changed: print not only start time but also end time
authorMartin Mohring <martin.mohring@5etech.eu>
Mon, 20 Apr 2009 15:26:39 +0000 (15:26 +0000)
committerMartin Mohring <martin.mohring@5etech.eu>
Mon, 20 Apr 2009 15:26:39 +0000 (15:26 +0000)
build

diff --git a/build b/build
index 9cb5f0c..5810e70 100755 (executable)
--- a/build
+++ b/build
@@ -1630,5 +1630,8 @@ if test -n "$RPMS" -a -d "$BUILD_ROOT/$TOPDIR/RPMS" -a -d "$BUILD_ROOT/.build.ol
     chroot $BUILD_ROOT /usr/lib/build/same-build-result.sh /.build.oldpackages "$TOPDIR/RPMS" "$TOPDIR/SRPMS" && cleanup_and_exit 2
 fi
 
-echo "... build is finished"
+echo
+echo "$HOST finished \"build $SPECFILE\" at `date`."
+echo
+
 cleanup_and_exit 0