From 8dbda92cbacd7e0e8d428c07cabdc4c7c61945ea Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 23 Mar 2020 08:06:42 +0100 Subject: Report: Configure Report 2001.13 Change-Id: Id968c7351f995dde31c3832339496495999b5bce Signed-off-by: Tibor Frank (cherry picked from commit 1a43f1efa34dff562b1e7cb0794e11f422d94f6b) --- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index d17140b15e..a67b6d5be4 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'12' +report_week = u'13' 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 b246e91ce4..e4d1802f87 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 "12" \ + --week "13" \ --logging INFO \ --force -- cgit 1.2.3-korg