diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-02-28 07:08:03 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-02-28 06:11:17 +0000 |
commit | 61164464bf6400f215bb0d58ab29e6d9abcba8f3 (patch) | |
tree | 986b360dfe3bf13e3df9cc701000281074a223b7 /resources/tools/presentation | |
parent | fa3514a4139b6bb2ebd809ee249819670c6a656d (diff) |
Report: Configure Report 2001.10
Change-Id: I0d7950b1c32633c0f67589fb9a7504726de6cfad
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit d51e2f7d4245558e1bf03e341d001ab26d6dea44)
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 5be8116cfc..c602ecf9c4 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'09' +report_week = u'10' 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 e36eee37c3..97d67bca08 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 "09" \ + --week "10" \ --logging INFO \ --force |