diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-11-05 08:34:46 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-11-05 08:34:46 +0100 |
commit | 20f419f950606f1848a81d815c251f8180867b50 (patch) | |
tree | 2027a2e29d0935ddfd8b504fe74bcbb93c443fda /resources | |
parent | fade31c934482dc2c4249db91eb067b04ae7bb77 (diff) |
Report: Configure rls2009.46
Change-Id: I7886285de8edbf66e03e1b22d85c2e7a4c4d7224
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 d1a7e1b39e..9854a92515 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'45' +report_week = u'46' 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 342e1ded09..2be4d880d0 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 "45" \ + --week "46" \ --logging INFO \ --force |