From 42a491e80b96ebc81960d395a20dbba192e4066d Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 14 Apr 2020 06:18:03 +0200 Subject: Report: Configure report 2001.16 Change-Id: I909845026c0495db74e0ef82f17d7d14db2ac9d5 Signed-off-by: Tibor Frank --- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/presentation') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 88d020f89b..7fd073d7a2 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'15' +report_week = u'16' 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 09a525b6b2..361a9cc7df 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 "15" \ + --week "16" \ --logging INFO \ --force -- cgit 1.2.3-korg