diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-03-30 07:44:17 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-03-30 05:45:58 +0000 |
commit | 9a5e9b745df25cff0a23141cbccff83b6a55d2e9 (patch) | |
tree | c5dae8ba42e6717423960b5fd527076189ad75e9 /resources | |
parent | 35a3602cb35bf73d5697cebd5509a26dcda73268 (diff) |
Report: COnfigure reoirt 2001.14
Change-Id: Ic899dbe5875238c36e83778c413c7943169ef8df
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 0ed80e392d1ab253af67ab7a46d29804bfe84360)
(cherry picked from commit bdfc93b44c6f134a0a82a50cf11aad10cbee33f9)
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/conf.py | 8 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index a67b6d5be4..07569dcef5 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -46,7 +46,15 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. +<<<<<<< HEAD (35a360 Report: Add data) report_week = u'13' +======= +<<<<<<< HEAD (d4f9e9 CSIT-1597 API cleanup: acl) +report_week = u'12' +======= +report_week = u'14' +>>>>>>> CHANGE (0ed80e Report: COnfigure reoirt 2001.14) +>>>>>>> CHANGE (bdfc93 Report: COnfigure reoirt 2001.14) 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 e4d1802f87..f661c99c7a 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,15 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ +<<<<<<< HEAD (35a360 Report: Add data) --week "13" \ +======= +<<<<<<< HEAD (d4f9e9 CSIT-1597 API cleanup: acl) + --week "12" \ +======= + --week "14" \ +>>>>>>> CHANGE (0ed80e Report: COnfigure reoirt 2001.14) +>>>>>>> CHANGE (bdfc93 Report: COnfigure reoirt 2001.14) --logging INFO \ --force |