From 4fc77178c9e53e5f54d8781adbe8067908c0ff84 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 12 Sep 2019 08:53:21 +0200 Subject: [PATCH] Report: Configure 1908.38 Change-Id: I0239e6c567c50c211ddabffa4b1bf22cdcec6462 Signed-off-by: Tibor Frank (cherry picked from commit e248c3fd06b4126b780eca85c5aae282cf872524) --- docs/report/introduction/report_history.rst | 3 +++ resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 3855eb84aa..7187c93da3 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,6 +6,9 @@ FD.io CSIT-1908 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .38 | 1. Added data: | +| | | ++----------------+------------------------------------------------------------+ | .37 | 1. Fixes in comparison tables. | | | | | | 2. Added data: | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 5083850d73..bd85deef0e 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 = '37' +report_week = '38' project = u'FD.io CSIT-1908.{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 8c927f56f2..24b6c21a70 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 "37" \ + --week "38" \ --logging INFO \ --force -- 2.16.6