From a528e84c58be6e228ca54ba611e0e39fb4257c17 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 18 Feb 2019 14:49:58 +0100 Subject: Report: Configure 1901.08 Change-Id: I00dfd25a369c8b9d86a0ac4eba7ad2efa570b1a4 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') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 83e74a1819..eca26026b0 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 = '07' +report_week = '08' project = u'FD.io CSIT-1901.{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 106608346f..55754b5f1f 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 "07" \ + --week "08" \ --logging INFO \ --force -- cgit 1.2.3-korg