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

Andreas Tille tille at debian.org
Thu Jul 2 17:47:34 UTC 2015


The following commit has been merged in the master branch:
commit c6d3edfd088eea54c792e70ffc71c23cd216ae78
Author: Andreas Tille <tille at debian.org>
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



More information about the Blends-commit mailing list