Report: Configure rls2009.48 87/30087/1
authorTibor Frank <tifrank@cisco.com>
Mon, 23 Nov 2020 09:44:30 +0000 (10:44 +0100)
committerTibor Frank <tifrank@cisco.com>
Mon, 23 Nov 2020 09:44:30 +0000 (10:44 +0100)
Change-Id: Ib7c4bc51bea43dafa2bd788c709c800caeb75988
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/report/introduction/report_history.rst
resources/tools/presentation/conf.py
resources/tools/presentation/run_report.sh

index d745386..60b81da 100644 (file)
@@ -7,6 +7,9 @@ below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
+| .48            | 1. Added 2n-zn2 iterative data, graphs and tables.         |
+|                |                                                            |
++----------------+------------------------------------------------------------+
 | .47            | 1. Added data:                                             |
 |                |                                                            |
 |                |    - VPP Iterative                                         |
 | .47            | 1. Added data:                                             |
 |                |                                                            |
 |                |    - VPP Iterative                                         |
index ce33c29..d0db79e 100644 (file)
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
 master_doc = u'index'
 
 # General information about the project.
 master_doc = u'index'
 
 # General information about the project.
-report_week = u'47'
+report_week = u'48'
 project = u'FD.io CSIT-2009.{week}'.format(week=report_week)
 copyright = u'2020, FD.io'
 author = u'FD.io CSIT'
 project = u'FD.io CSIT-2009.{week}'.format(week=report_week)
 copyright = u'2020, FD.io'
 author = u'FD.io CSIT'
index 95b976b..2f49b18 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "47" \
+    --week "48" \
     --logging INFO \
     --force
 
     --logging INFO \
     --force