diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-02-21 09:35:12 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-02-21 09:35:12 +0100 |
commit | 138c1b1f56a2b59afeafb92379e955b9baf95e7a (patch) | |
tree | 9b53a4eecf6d37d0efe4a0eb6526053ab21e6363 | |
parent | 824f831ce6a1dd3ed3e9fa4820215ca3c51ffd60 (diff) |
Report: Configure for 1901.09
Change-Id: Ief796f52c15a5c62962a82eea8f740ae17277638
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-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 28b2b8a5f7..071c0194ac 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 = '08' +report_week = '09' 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 55754b5f1f..ccbd225902 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 "08" \ + --week "09" \ --logging INFO \ --force |