[Blends-commit] [SCM] website branch, master, updated. 8b3fd94fad9ceaca2344cc3c0c382947aadcee97

Andreas Tille tille at debian.org
Wed Jul 10 14:43:09 UTC 2013


The following commit has been merged in the master branch:
commit 8b3fd94fad9ceaca2344cc3c0c382947aadcee97
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jul 10 16:46:11 2013 +0200

    Provide script that calculates all thermometers in one rush

diff --git a/webtools/update-all-bugs b/webtools/update-all-bugs
index 25e660f..228672b 100755
--- a/webtools/update-all-bugs
+++ b/webtools/update-all-bugs
@@ -1,5 +1,5 @@
 #!/bin/sh
 mkdir -p logs
-for blend in `ls webconf/*.conf  | grep -v -e debug -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
+for blend in `ls webconf/*.conf  | grep -v -e "webconf/fun\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
     ./bugs.py $blend 2> logs/${blend}_bugs.err > logs/${blend}_bugs.out
 done
diff --git a/webtools/update-all-tasks b/webtools/update-all-tasks
index 6cc2786..1bb7b93 100755
--- a/webtools/update-all-tasks
+++ b/webtools/update-all-tasks
@@ -56,7 +56,7 @@ fi
 cd `dirname $0`
 
 mkdir -p logs
-for blend in `ls webconf/*.conf | grep -v -e debug -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
+for blend in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
     starttime=`date "+%s"`
     # time
     ./tasks.py $blend 2> logs/${blend}.err > logs/${blend}.out
diff --git a/webtools/update-all-thermometers b/webtools/update-all-thermometers
new file mode 100755
index 0000000..7a065eb
--- /dev/null
+++ b/webtools/update-all-thermometers
@@ -0,0 +1,5 @@
+#!/bin/sh
+mkdir -p logs
+for blend in `ls webconf/*.conf  | grep -v -e "webconf/fun\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
+    ./thermometer.py $blend 2> logs/${blend}_thermometer.err > logs/${blend}_thermometer.out
+done

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list