diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-02-28 07:08:03 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-02-28 07:08:03 +0100 |
commit | d51e2f7d4245558e1bf03e341d001ab26d6dea44 (patch) | |
tree | 0c293cfd48c5fd926fdff82de08311daeaf8262f /resources | |
parent | a7cb0c84a012d829e507c8ecfbb1f48af813f60c (diff) |
Report: Configure Report 2001.10
Change-Id: I0d7950b1c32633c0f67589fb9a7504726de6cfad
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 5be8116cfc..c602ecf9c4 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'09' +report_week = u'10' 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 e36eee37c3..97d67bca08 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 "09" \ + --week "10" \ --logging INFO \ --force |