aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-02-17 08:42:54 +0100
committerTibor Frank <tifrank@cisco.com>2020-02-17 08:13:34 +0000
commitb795a9e53f36ffa66e3d89c6353f7a54eb5c2123 (patch)
treee1539c3a6c7751cf5581fc06b4d2666951e51d8e
parent523b88e07161eeed41b568b3b115a99fa1efb639 (diff)
Report: Configure Report 2001.08
Change-Id: Iaddad3362eb2aaf9ced78d3f30fe1f25f40a70ef Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit e8db3444e0025cb1d34952f4064ae391f94dd327)
-rw-r--r--docs/report/introduction/report_history.rst8
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
-rw-r--r--resources/tools/presentation/specification.yaml4
4 files changed, 12 insertions, 4 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 06110f3e85..f818963f60 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -6,6 +6,14 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .08 | 1. Added PDF version |
+| | |
+| | 2. Added data: |
+| | |
+| | - |
+| | |
+| | |
++----------------+------------------------------------------------------------+
| .07 | Initial version |
| | |
+----------------+------------------------------------------------------------+
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index a82eecd0fc..6379f4fd62 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'07'
+report_week = u'08'
project = u'FD.io CSIT-2001.{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 cac3cdc881..181d9db647 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 "07" \
+ --week "08" \
--logging INFO \
--force
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 39fa319262..11f1d8b4d5 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -2347,8 +2347,8 @@
format:
html:
- full
- pdf:
- - minimal
+# pdf:
+# - minimal
################################################################################
### T A B L E S ###