From 235c35199436fe4d6ff996543aea47e8ce6a148d Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 23 Nov 2020 10:44:30 +0100 Subject: Report: Configure rls2009.48 Change-Id: Ib7c4bc51bea43dafa2bd788c709c800caeb75988 Signed-off-by: Tibor Frank (cherry picked from commit ef51e552aa2d0e134646d28aa3ada2da0d467f99) --- 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 d74538639c..60b81da316 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -7,6 +7,9 @@ below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .48 | 1. Added 2n-zn2 iterative data, graphs and tables. | +| | | ++----------------+------------------------------------------------------------+ | .47 | 1. Added data: | | | | | | - VPP Iterative | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index ce33c29101..d0db79e666 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'47' +report_week = u'48' 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 95b976b0b7..2f49b182bd 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 "47" \ + --week "48" \ --logging INFO \ --force -- cgit 1.2.3-korg