From bfd640b24a416d7e566f9e94e7d654f78e7907e2 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 7 Feb 2020 10:40:01 +0100 Subject: Report: Configure 2001-07 Change-Id: I6323a3cf86bdebb6f1dc41a10fc840b5c80fab01 Signed-off-by: Tibor Frank (cherry picked from commit 2dd05d1daafcc5a4985a9593350aa2c0b290efa4) --- resources/tools/presentation/conf.py | 4 ++-- resources/tools/presentation/run_report.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 55807c2d00..76ac1f2b9c 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'05' +report_week = u'07' project = u'FD.io CSIT-2001.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' @@ -108,7 +108,7 @@ rst_epilog = u""" dpdkrelease=u'19.08', sdpdkrelease=u'1908', trex_version=u'v2.73', - vpp_release_commit_id=u'1c586de48cc76fc6eac50f5d87003e2a80aa43e7') + vpp_release_commit_id=u'fce396738f865293f0a023bc7f172086f81da456') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index f2a36b2cbb..cac3cdc881 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 "05" \ + --week "07" \ --logging INFO \ --force -- cgit 1.2.3-korg