From d719a272815348bd9229c5cd280ecf39e862870b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 4 Dec 2020 13:30:10 +0100 Subject: [PATCH] Report: Configure 2009.50 Change-Id: Ia8e71df86d561c1d9bc388fa6b70ef850c94e66e Signed-off-by: Tibor Frank --- docs/report/introduction/report_history.rst | 5 ++++- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 1502c601f7..dca73b3ce3 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -7,7 +7,10 @@ below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .49 | 1. Added 2n-zn2 iterative data, graphs and tables. | +| .50 | 1. Added 2n-zn2 iterative data, graphs and tables. | +| | | ++----------------+------------------------------------------------------------+ +| .49 | 1. Reorganized NAT44 graphs. | | | | +----------------+------------------------------------------------------------+ | .48 | 1. Modified the release notes. | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 1bff7718ae..2b467f8b50 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'49' +report_week = u'50' 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 52757efbf7..2357d31164 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 "49" \ + --week "50" \ --logging INFO \ --force -- 2.16.6