aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-02-21 09:35:12 +0100
committerTibor Frank <tifrank@cisco.com>2019-02-21 09:38:11 +0100
commit43c9d10eea10013fd696c831f2dec78e4690ddef (patch)
treea9d4ab368e75f6308f2b81dbdced14f1f6ae17b5
parent64d01e5ac9d41df72a20139818d5141ec8f6f519 (diff)
Report: Configure for 1901.09
Change-Id: Ief796f52c15a5c62962a82eea8f740ae17277638 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index eca26026b0..f5746b4c8b 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 = '08'
+report_week = '09'
project = u'FD.io CSIT-1901.{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 55754b5f1f..ccbd225902 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 "08" \
+ --week "09" \
--logging INFO \
--force