diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-09-12 08:53:21 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-09-12 08:53:21 +0200 |
commit | e248c3fd06b4126b780eca85c5aae282cf872524 (patch) | |
tree | c476a00979d1533c2dfe6975e04a2fe9bfe5458d /resources/tools | |
parent | f0d7edd544418e071b54e4c59729f1cd5eea240a (diff) |
Report: Configure 1908.38
Change-Id: I0239e6c567c50c211ddabffa4b1bf22cdcec6462
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-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 a4131033cb..1b9ace729a 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 = '37' +report_week = '38' project = u'FD.io CSIT-1908.{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 8c927f56f2..24b6c21a70 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 "37" \ + --week "38" \ --logging INFO \ --force |