aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-04-29 10:40:46 +0200
committerTibor Frank <tifrank@cisco.com>2019-04-29 08:42:07 +0000
commitea331b8f5113dcae8045198ff709e13691be89e9 (patch)
treed438eb97db4b87a2fdbf62a6b7542d8866da347a /resources
parenta8b7c9c677bd1eac46e72af277c73b1476ce4d0a (diff)
Report: Configure the version
Change-Id: I064b16e0a2b7f96e4590622be340ab657d785f16 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a839a1092c783f0d94f3ab0297505832161cd584)
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index f0eb269c8c..2fd84d0d51 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 = '17'
+report_week = '18'
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 3b5fd4b0e0..4eeab34454 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 "17" \
+ --week "18" \
--logging INFO \
--force