From 55e8c6b33779ce96cdcc0e335937d096c50f7e21 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 19 Feb 2020 16:39:22 +0100 Subject: [PATCH] Report: Configure 2001.09 Change-Id: I4fed9ef09f80efaeac8860ced9a46ce9cb8d8629 Signed-off-by: Tibor Frank --- 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 0a0f9a64c2..74b5119e8d 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,6 +6,9 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +| .09 | 1. Added data: | +| | | ++----------------+------------------------------------------------------------+ | .08 | 1. Added PDF version | | | | | | 2. Added data: | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 6379f4fd62..5be8116cfc 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-2001.{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 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