[Blends-commit] r2606 - /blends/trunk/webtools/update-all-tasks
    tille at users.alioth.debian.org 
    tille at users.alioth.debian.org
       
    Tue Jan 18 12:45:43 UTC 2011
    
    
  
Author: tille
Date: Tue Jan 18 12:45:40 2011
New Revision: 2606
URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2606
Log:
Do not make noise any more to work in corn job again
Modified:
    blends/trunk/webtools/update-all-tasks
Modified: blends/trunk/webtools/update-all-tasks
URL: http://svn.debian.org/wsvn/blends/blends/trunk/webtools/update-all-tasks?rev=2606&op=diff
==============================================================================
--- blends/trunk/webtools/update-all-tasks (original)
+++ blends/trunk/webtools/update-all-tasks Tue Jan 18 12:45:40 2011
@@ -58,8 +58,9 @@
 mkdir -p logs
 for blend in `ls webconf/*.conf | grep -v -e debug -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
     starttime=`date "+%s"`
-    time ./tasks.py $blend 2> logs/${blend}.err > logs/${blend}.out
+    # time
+    ./tasks.py $blend 2> logs/${blend}.err > logs/${blend}.out
     endtime=`date "+%s"`
-    # echo "Rendering Blend '$blend' took $((endtime-starttime)) seconds"
+    echo "Rendering Blend '$blend' took $((endtime-starttime)) seconds" >> logs/${blend}.out
 done
 
    
    
More information about the Blends-commit
mailing list