aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-05-06 09:13:35 +0200
committerTibor Frank <tifrank@cisco.com>2019-05-06 07:14:45 +0000
commit1afb54a5165eb493b0edbdc9041029bcfce88e8b (patch)
treee3be8b88ab7904f89a0cc69c1de53e8b192f4a04
parentae30d11970c41957679905da1ddba96696074da9 (diff)
Report: Configure the version
Change-Id: I29240b2286f48cc8027d97c9c1895c51b2a11ca5 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 7d977f33e0e72db063ead4d6c33c213c114e6e26)
-rw-r--r--docs/report/introduction/report_history.rst2
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index bc8859515f..5c0b588352 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -6,7 +6,7 @@ FD.io CSIT-1904 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
-| .18 | Initial version |
+| .19 | Initial version |
| | |
+----------------+------------------------------------------------------------+
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