From 5e89137d55a693025a6206ad4c6f6dedef167e3e Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 26 Sep 2019 13:04:18 +0200 Subject: Replace reconf results with disclaimer + Added a link to 19.08.1 result page. + Change the report version to 1908.40 + Add note to "Report History" Change-Id: Id566c28e82c30cf61e2a6e2a794634c7c353cbf1 Signed-off-by: Vratko Polak --- 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 bd85deef0e..a42fafc73c 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 = '38' +report_week = '40' project = u'FD.io CSIT-1908.{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 24b6c21a70..dcca276874 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 "38" \ + --week "40" \ --logging INFO \ --force -- cgit 1.2.3-korg