From 61dbfbcc31de9f20738fc85e2ac87badfd3ed1db Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 15 Oct 2020 07:36:44 +0200 Subject: [PATCH] Report: Configure Report 2009.43 Change-Id: I16ce4e2146fa44eace76fb495cc6d007005c215f Signed-off-by: Tibor Frank --- docs/report/introduction/report_history.rst | 10 ++++++++++ resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 5f338ef66c..8e29936602 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -7,6 +7,16 @@ below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .43 | 1. Added data: | +| | | +| | - VPP Coverage | +| | | +| | - 3n-skx | +| | - 2n-clx | +| | | +| | | +| | | ++----------------+------------------------------------------------------------+ | .42 | Initial version | | | | +----------------+------------------------------------------------------------+ diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 33cd1b4d5e..1feebee1bc 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'42' +report_week = u'43' project = u'FD.io CSIT-2009.{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 dbb957c9e9..47ca170f5d 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 "42" \ + --week "43" \ --logging INFO \ --force -- 2.16.6