]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build: Add time stamp to build.debs.sh
authorGary Lowell <gary.lowell@inktank.com>
Wed, 19 Dec 2012 06:43:21 +0000 (22:43 -0800)
committerGary Lowell <gary.lowell@inktank.com>
Wed, 19 Dec 2012 06:43:21 +0000 (22:43 -0800)
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
build_debs.sh

index e5246a4bb127ce8cb55d599d902157c61af3bbd2..12642d6b3a78298e27f75ff8740f56eb1b2ee1e8 100755 (executable)
@@ -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)"