diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-05-06 09:13:35 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-05-06 09:13:35 +0200 |
commit | 7d977f33e0e72db063ead4d6c33c213c114e6e26 (patch) | |
tree | ff2e45ea92ae3aaf9a8a98d5169b1418905d4130 /resources | |
parent | a8c3f441fa595311f60bcc634a2720f204ced733 (diff) |
Report: Configure the version
Change-Id: I29240b2286f48cc8027d97c9c1895c51b2a11ca5
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 cd27cc70a0..6ce1b96245 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 = '18' +report_week = '19' 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 4eeab34454..8f6867a2e6 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 "18" \ + --week "19" \ --logging INFO \ --force |