aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-07-13 09:17:03 +0200
committerTibor Frank <tifrank@cisco.com>2020-07-13 07:18:22 +0000
commit861feba6f270d9be7f055afd89d9bdc16f31bebd (patch)
tree18a5cb226911d7bd057448345728a0bc2e2019cd
parent25df39dad530a0d64d30adc4d983891dff765f80 (diff)
Report 2005: Configure rls2005.39
Change-Id: I7ea2e004b79d47420f6a1e0beb88731529b03706 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f2606a6a0826cf95fd9fe0b0ff0eb43bffd8e8b7)
-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 b2711cca5e..ea5acccb4c 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -6,7 +6,7 @@ FD.io CSIT-2005 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
-| .28 | Initial version |
+| .29 | Initial version |
| | |
+----------------+------------------------------------------------------------+
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 3d2b35adfa..c36f250c17 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
master_doc = u'index'
# General information about the project.
-report_week = u'28'
+report_week = u'29'
project = u'FD.io CSIT-2005.{week}'.format(week=report_week)
copyright = u'2020, FD.io'
author = u'FD.io CSIT'
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index c6db54faf1..37c5e8be3a 100755
--- a/resources/tools/presentation/run_report.sh
+++ b/resources/tools/presentation/run_report.sh
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
python pal.py \
--specification specification.yaml \
--release ${RELEASE} \
- --week "28" \
+ --week "29" \
--logging INFO \
--force