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

Akshita Jha akshita-guest at users.alioth.debian.org
Fri Jul 24 23:03:58 UTC 2015


The following commit has been merged in the master branch:
commit 9e48763f350baedf8570a5b113810595a7f78e9c
Author: Akshita Jha <akshita-guest at users.alioth.debian.org>
Date:   Sat Jul 25 02:31:48 2015 +0530

    Modify update-all-tasks : Create all tasks pages using tasks_udd.py (Python 3)

diff --git a/webtools_py3/update-all-tasks b/webtools_py3/update-all-tasks
index 1bb7b93..c3e0134 100755
--- a/webtools_py3/update-all-tasks
+++ b/webtools_py3/update-all-tasks
@@ -12,7 +12,7 @@ update-all-tasks
 
 =head1 DESCRIPTION
 
-This script prepares all task pages. It invokes the script tasks.py,
+This script prepares all task pages. It invokes the script tasks_udd.py,
 which will store the final HTML at the location specified in the
 according config file in `pwd`/webconf. You'll need access to the
 Ultimate Debian Database accessible from the machine where you execute
@@ -30,21 +30,21 @@ The script can be kept up to date using svn-deploy.
 
 =over 4
 
-=item  python-apt 
+=item python3-apt 
 
-=item python-genshi
+=item python3-genshi
 
-=item python-psycopg2
+=item python3-psycopg2
 
-=item python-markdown
+=item python3-markdown
 
-=item python-debian
+=item python3-debian
 
 =back
 
 =head1 SEE ALSO
 
-tasks.py
+tasks_udd.py
 
 =cut
 
@@ -59,7 +59,7 @@ mkdir -p logs
 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
+    ./tasks_udd.py $blend 2> logs/${blend}.err > logs/${blend}.out
     endtime=`date "+%s"`
     echo "Rendering Blend '$blend' took $((endtime-starttime)) seconds" >> logs/${blend}.out
 done

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list