From 55e8c6b33779ce96cdcc0e335937d096c50f7e21 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 19 Feb 2020 16:39:22 +0100 Subject: Report: Configure 2001.09 Change-Id: I4fed9ef09f80efaeac8860ced9a46ce9cb8d8629 Signed-off-by: Tibor Frank --- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/presentation') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 6379f4fd62..5be8116cfc 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'08' +report_week = u'09' project = u'FD.io CSIT-2001.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 181d9db647..e36eee37c3 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "08" \ + --week "09" \ --logging INFO \ --force -- cgit 1.2.3-korg