diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-05-28 12:49:03 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-05-28 12:51:21 +0200 |
commit | a5eee789d51f8730fb8e8e96128dc4ab43e21ca6 (patch) | |
tree | 325504f3f889c681f9bade18ea684f59cfefccdb /resources | |
parent | f6d8b6306e83717640c72e7bc88e28c9bad81b22 (diff) |
Report: Fix links to html tables
Type: Fix
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I68c5204984b9400747610743f3bf3fece288ead7
Diffstat (limited to 'resources')
-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 93d18ce7c7..2082f0755b 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'21' +report_week = u'22' 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 22f521a854..5a40dd5175 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 "21" \ + --week "22" \ --logging INFO \ --force |