From 1e032d97620f8685841a76febe3078f19e73ce55 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 26 Sep 2019 09:16:32 +0200 Subject: [PATCH] Report: Configure 1908.1.40 Signed-off-by: Tibor Frank Change-Id: I5f92b1cf84c61ebab5606092e20361ea4c416f1a --- docs/report/introduction/report_history.rst | 2 +- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 5bcaa3f8f9..671acaa031 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -7,7 +7,7 @@ below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .39 | Initial version | +| .40 | Initial version | | | | +----------------+------------------------------------------------------------+ 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 -- 2.16.6