[Blends-commit] r1881 - blends/trunk/webtools

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Mon Sep 14 12:35:47 UTC 2009


Author: tille
Date: Mon Sep 14 12:35:47 2009
New Revision: 1881
URL: http://svn.debian.org/viewsvn/blends?rev=1881&view=rev

Log:
Do not build bugs pages for rest test project


Modified:
   blends/trunk/webtools/update-all-bugs

Modified: blends/trunk/webtools/update-all-bugs
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/update-all-bugs?rev=1881&view=diff&r1=1881&r2=1880&p1=blends/trunk/webtools/update-all-bugs&p2=blends/trunk/webtools/update-all-bugs
==============================================================================
--- blends/trunk/webtools/update-all-bugs	(original)
+++ blends/trunk/webtools/update-all-bugs	Mon Sep 14 12:35:47 2009
@@ -1,5 +1,5 @@
 #!/bin/sh
 mkdir -p logs
-for blend in `ls webconf/*.conf  | grep -v debug | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
+for blend in `ls webconf/*.conf  | grep -v -e debug -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
     ./bugs.py $blend 2> logs/${blend}_bugs.err > logs/${blend}_bugs.out
 done



More information about the Blends-commit mailing list