From 1e032d97620f8685841a76febe3078f19e73ce55 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 26 Sep 2019 09:16:32 +0200 Subject: Report: Configure 1908.1.40 Signed-off-by: Tibor Frank Change-Id: I5f92b1cf84c61ebab5606092e20361ea4c416f1a --- 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 da510b4f0b..429957bd7e 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 = '39' +report_week = '40' project = u'FD.io CSIT-1908.1.{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 a5020e4323..dcca276874 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 "39" \ + --week "40" \ --logging INFO \ --force -- cgit 1.2.3-korg