From dfd4a27d505de432512d45eda820ae2422bed319 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 27 Apr 2020 07:01:17 +0200 Subject: Report: Configure Report 2001.18 Change-Id: I7e3ed2a7ad75617be1ef5a80e345e7e62a6da3df 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') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 0eaaea329b..ffd4bd642c 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'17' +report_week = u'18' 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 a7c2870e7e..16b3a5e04c 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 "17" \ + --week "18" \ --logging INFO \ --force -- cgit 1.2.3-korg