diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-10-21 09:38:17 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-10-22 05:55:45 +0000 |
commit | ba6bb32e5ba41c86b293f5a0309ca26e6c5039a5 (patch) | |
tree | 8a415fed669e04fbbc60eef3a84ab4674696cbea /resources/tools/presentation | |
parent | 2c14ba6dfeaf66a1672be8df0b53ae589e0bdc29 (diff) |
Report: Configure 2009.44
Change-Id: I7f7e50610e71af7f2b0dc1eed267a421ffd8aef0
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 1b25441a3d82a12d01334bd82795bd35a4f7c2e3)
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 1feebee1bc..553220448c 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'43' +report_week = u'44' project = u'FD.io CSIT-2009.{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 47ca170f5d..4279501f3b 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 "43" \ + --week "44" \ --logging INFO \ --force |