From 466ebbe92072c3b525a199b6f6601e8ece82e0d4 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 25 Feb 2021 07:33:33 +0100 Subject: [PATCH] Report: Configure rls2101.09 Change-Id: Ib61e7643c2072d9f0e8cdec3bb7e0328bd25d60a Signed-off-by: Tibor Frank --- 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 191ce28bdc..5c29f06b73 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -7,7 +7,7 @@ below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .08 | Added GSO tests | +| .09 | Added GSO tests | | | | +----------------+------------------------------------------------------------+ | .07 | Initial revision | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index ba6f947e1b..b9de3b9d00 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'08' +report_week = u'09' project = u'FD.io CSIT-2101.{week}'.format(week=report_week) copyright = u'2021, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 181d9db647..e36eee37c3 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 "08" \ + --week "09" \ --logging INFO \ --force -- 2.16.6