diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-06-10 12:08:21 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-06-10 12:08:21 +0200 |
commit | 4e1c9f0b512ebee357c670dd7b655cae8ced81a5 (patch) | |
tree | e30a80ae5f06f6d4d39d1dacc258ba3a4000722c /resources | |
parent | dc3efb44b1b30554f2aa46752cf0db119b79ee6c (diff) |
Report: Configure report 1904.24
Change-Id: I4d6d913f0139fe0fab00668ec16081c04cc6bc0e
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 19fc69e42d..6611f3c80f 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 = '23' +report_week = '24' project = u'FD.io CSIT-1904.{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 795adae912..23ffad796d 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 "23" \ + --week "24" \ --logging INFO \ --force |