aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-09-26 09:16:32 +0200
committerTibor Frank <tifrank@cisco.com>2019-09-26 09:16:32 +0200
commit1e032d97620f8685841a76febe3078f19e73ce55 (patch)
tree8124ec4dbcf270e9f995755a8fea7a940f4fb53b
parent540f4f6dac27c91c03d137d9c9b09c7028651a35 (diff)
Report: Configure 1908.1.40
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I5f92b1cf84c61ebab5606092e20361ea4c416f1a
-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 5bcaa3f8f9..671acaa031 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,7 +7,7 @@ below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
-| .39 | Initial version |
+| .40 | Initial version |
| | |
+----------------+------------------------------------------------------------+
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index da510b4f0b..429957bd7e 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 = '39'
+report_week = '40'
project = u'FD.io CSIT-1908.1.{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 a5020e4323..dcca276874 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 "39" \
+ --week "40" \
--logging INFO \
--force