The following commit has been merged in the master branch:
commit c6d3edfd088eea54c792e70ffc71c23cd216ae78
Author: Andreas Tille <[email protected]>
Date: Thu Jul 2 19:47:10 2015 +0200
Do not exclude Debian Edu from bugs generation any more
diff --git a/webtools/update-all-bugs b/webtools/update-all-bugs
index 53b534f..9b62fe8 100755
--- a/webtools/update-all-bugs
+++ b/webtools/update-all-bugs
@@ -2,11 +2,11 @@
runscript=`basename $0 | sed 's/^update-all-//'`
mkdir -p logs
for blend in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test |
sed 's?webconf/\(.*\)\.conf?\1?'` ; do
- if [ "$blend" != "debian-edu" ] ; then
+# if [ "$blend" != "debian-edu" ] ; then
starttime=`date "+%s"`
# time
./${runscript}.py $blend 2> logs/${blend}_${runscript}.err >
logs/${blend}_${runscript}.out
endtime=`date "+%s"`
echo "Rendering bugs from UDD for Blend '$blend' took
$((endtime-starttime)) seconds" >> logs/${blend}_${runscript}.out
- fi
+# fi
done
--
Static and dynamic websites for Debian Pure Blends
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit