aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-03-04 10:16:02 +0100
committerTibor Frank <tifrank@cisco.com>2020-03-04 15:35:41 +0000
commit654c0094038727efc79048551b4f3f9ad6cb375a (patch)
tree06b957d767ad057592bc64e07225199384ddac6f /resources
parentc0b4ed158de692a1313777009a55bc6896b9449c (diff)
Report: Configure Report 2001.11
Change-Id: I5af4ef16464ee372d5ff9a41695870c22a3311bf Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 85ade6e50b9df7cdddfb07e172855aa9b686e20b)
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
-rw-r--r--resources/tools/presentation/specification.yaml4
3 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index c602ecf9c4..c774ffe7e3 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'10'
+report_week = u'11'
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 97d67bca08..98cba7d7dd 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 "10" \
+ --week "11" \
--logging INFO \
--force
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 16bb42db84..b184b4b934 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -2704,8 +2704,8 @@
format:
html:
- full
- pdf:
- - minimal
+# pdf:
+# - minimal
################################################################################
### T A B L E S ###