X-Git-Url: http://git.onelab.eu/?p=nodeimage.git;a=blobdiff_plain;f=nodeimage.spec;h=f585a7e8c54e010b3b8446253117bff80ca22703;hp=470e47855723fbbb1085d0d6e5e7b338dd2506c6;hb=7e91c72b95a513398805b5b45280d7cc53837698;hpb=c54d44a75e7bcc6c4f31cdc513c90c0dfb97ee44 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