diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-03-19 15:05:35 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-03-19 14:06:40 +0000 |
commit | 069ca6c80751a5998a48b2fd69fe0beb215b10ba (patch) | |
tree | 1155546d96b643b4c397d6256e1c0cf917e471af | |
parent | 1a9c476df405478bc38748be080b045f53b7c6a4 (diff) |
Report: Configure 1901.1
Change-Id: Ica2483bdaebe70b9d6668a36a1b855c52e4d7c86
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 578b5be80caeb2a0f5a279a4a569d65f536d531e)
-rw-r--r-- | docs/report/introduction/report_history.rst | 2 | ||||
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 0d60b87ceb..e0c9e97b58 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,7 +6,7 @@ FD.io CSIT-1901.1 Report history and per .[ww] revision changes are listed below +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .11 | Initial version | +| .12 | Initial version | | | | +----------------+------------------------------------------------------------+ diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 72005e6954..b674ab9d37 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 = '11' +report_week = '12' project = u'FD.io CSIT-1901.1.{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 57449561be..837b7331ce 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 "11" \ + --week "12" \ --logging INFO \ --force |