From: Gary Lowell Date: Wed, 19 Dec 2012 06:43:21 +0000 (-0800) Subject: ceph-build: Add time stamp to build.debs.sh X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dbc5c21815e907b14292c55f18b602cfad521ce6;p=ceph-build.git ceph-build: Add time stamp to build.debs.sh Signed-off-by: Gary Lowell --- diff --git a/build_debs.sh b/build_debs.sh index e5246a4bb..12642d6b3 100755 --- a/build_debs.sh +++ b/build_debs.sh @@ -17,6 +17,7 @@ dists=$4 [ -z "$pbuilddir" ] && echo specify pbuilder image dir && usage && exit 1 [ -z "$cephver" ] && echo specify version && usage && exit 1 +start_time=`date` echo version $cephver whoami=`whoami` @@ -68,3 +69,5 @@ do echo lintian --allow-root $releasedir/$cephver/*$bpvers*.deb done +echo "Start Time = $start_time" +echo " End Time = $(date)"