From 1c9529bd1c545f1ecae0cbcbed2b26c9e3c7186a Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 24 May 2019 09:33:58 +0200 Subject: Report: Configure Report 1904.22 Change-Id: Ic8d5a9a856658a2a2661cae8abd8d3b1127b4ff8 Signed-off-by: Tibor Frank (cherry picked from commit 260238857d4b9f3aabb474bd78dfeff0e4a37fbc) --- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index a8fedff704..342abcdef2 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '21' +report_week = '22' project = u'FD.io CSIT-1904.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 6a39f6bbaf..3c9aab8157 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "21" \ + --week "22" \ --logging INFO \ --force -- cgit 1.2.3-korg