aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-03-28 10:26:32 +0100
committerTibor Frank <tifrank@cisco.com>2019-03-28 09:28:09 +0000
commit6796c0a22500d0b8291d391b8adbca38ad14bd9a (patch)
tree7adeea14ff3e17326286f436d65a3ceea1d818c1
parente97737684385f558827d4a17fce5e8b90fb125cf (diff)
Report: Configure 1901.1.13
Change-Id: I17c72ddb8bc5df364761c9e0453aeb128d7951e9 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 130c7fc821fca1fea4c5d4ff68c38e4a8cf2772d)
-rw-r--r--docs/report/introduction/report_history.rst3
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 5 insertions, 2 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index e0c9e97b58..ab13b78738 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -6,6 +6,9 @@ FD.io CSIT-1901.1 Report history and per .[ww] revision changes are listed below
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .13 | Updated VPP :ref:`vpp_known_issues` |
+| | |
++----------------+------------------------------------------------------------+
| .12 | Initial version |
| | |
+----------------+------------------------------------------------------------+
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index b674ab9d37..53c05ae908 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 = '12'
+report_week = '13'
project = u'FD.io CSIT-1901.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 837b7331ce..473dcd8848 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 "12" \
+ --week "13" \
--logging INFO \
--force