[Blends-commit] r1848 - blends/trunk/webtools
    Debian Pure Blends Subversion Commit 
    noreply at alioth.debian.org
       
    Tue Aug 25 06:07:52 UTC 2009
    
    
  
Author: tille
Date: Tue Aug 25 06:07:49 2009
New Revision: 1848
URL: http://svn.debian.org/viewsvn/blends?rev=1848&view=rev
Log:
Less verbose update-all-tasks script
Modified:
   blends/trunk/webtools/update-all-tasks
Modified: blends/trunk/webtools/update-all-tasks
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/update-all-tasks?rev=1848&view=diff&r1=1848&r2=1847&p1=blends/trunk/webtools/update-all-tasks&p2=blends/trunk/webtools/update-all-tasks
==============================================================================
--- blends/trunk/webtools/update-all-tasks	(original)
+++ blends/trunk/webtools/update-all-tasks	Tue Aug 25 06:07:49 2009
@@ -56,8 +56,8 @@
 cd `dirname $0`
 
 mkdir -p logs
-for blend in `ls webconf/*.conf | grep -v debug | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
-    echo "Preparing tasks pages for blend '$blend'"
+for blend in `ls webconf/*.conf | grep -v -e debug -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
+    # echo "Preparing tasks pages for blend '$blend'"
     ./tasks.py $blend 2> logs/${blend}.err > logs/${blend}.out
 done
 
    
    
More information about the Blends-commit
mailing list