diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-11-23 10:44:30 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-11-23 10:44:30 +0100 |
commit | ef51e552aa2d0e134646d28aa3ada2da0d467f99 (patch) | |
tree | 8d286bd327cd1b6c8c67008638b50b32dc01fed0 /resources/tools/presentation | |
parent | f8b3d745368deb92af2b7ff70874e3b0ae80a0c7 (diff) |
Report: Configure rls2009.48
Change-Id: Ib7c4bc51bea43dafa2bd788c709c800caeb75988
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 ce33c29101..d0db79e666 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'47' +report_week = u'48' 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 95b976b0b7..2f49b182bd 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 "47" \ + --week "48" \ --logging INFO \ --force |