diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-02-25 07:33:33 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-02-25 07:33:33 +0100 |
commit | 466ebbe92072c3b525a199b6f6601e8ece82e0d4 (patch) | |
tree | 3c276d24308776f91634d386903a8d8f42b9c3aa /resources | |
parent | 572184f5dce9c564ee6fe132e0a22eff7ee75e02 (diff) |
Report: Configure rls2101.09
Change-Id: Ib61e7643c2072d9f0e8cdec3bb7e0328bd25d60a
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 ba6f947e1b..b9de3b9d00 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'08' +report_week = u'09' project = u'FD.io CSIT-2101.{week}'.format(week=report_week) copyright = u'2021, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 181d9db647..e36eee37c3 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 "08" \ + --week "09" \ --logging INFO \ --force |