From 9cf8c5c4a70a478c9e74cdec398098fd8138d491 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 13 May 2019 10:00:32 +0200 Subject: Report: Configuration for 1904.20 Change-Id: I4bbf1ed196947cc290de943b1e39721021d9d7d4 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') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 02f847ae00..2261555c5d 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '19' +report_week = '20' project = u'FD.io CSIT-1904.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 8f6867a2e6..48e5ee7af0 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "19" \ + --week "20" \ --logging INFO \ --force -- cgit 1.2.3-korg