From 7e91c72b95a513398805b5b45280d7cc53837698 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Tue, 9 Jul 2013 09:34:16 +0200
Subject: [PATCH] more time traces, as we're spending 25 minutes in building
 this one

---
 nodeimage.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/nodeimage.spec b/nodeimage.spec
index 470e478..f585a7e 100644
--- a/nodeimage.spec
+++ b/nodeimage.spec
@@ -71,9 +71,11 @@ for the MyPLC side.
 pushd nodeimage
 ./build.sh %{pldistro} 
 for tar in *.tar *.tar.bz2; do 
-   echo "* Computing SHA1 checksum for $tar"
-   sha1sum $tar > $tar.sha1sum
-   chmod 444 $tar.sha1sum
+    start=$(date +%H-%M-%S)
+    sha1sum $tar > $tar.sha1sum
+    chmod 444 $tar.sha1sum
+    end=$(date +%H-%M-%S)
+    echo "* Computed SHA1 checksum for $tar ($start .. $end) "
 done
 popd
 
@@ -97,6 +99,8 @@ for fcdistro in $(ls); do
 done
 popd
 
+echo "* nodeconfig/yum done $(date +%H-%M-%S)"
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
-- 
2.47.0