Report: Configure 2009.50 77/30277/1
authorTibor Frank <tifrank@cisco.com>
Fri, 4 Dec 2020 12:30:10 +0000 (13:30 +0100)
committerTibor Frank <tifrank@cisco.com>
Fri, 4 Dec 2020 12:30:10 +0000 (13:30 +0100)
Change-Id: Ia8e71df86d561c1d9bc388fa6b70ef850c94e66e
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 1502c60..dca73b3 100644 (file)
@@ -7,7 +7,10 @@ below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
-| .49            | 1. Added 2n-zn2 iterative data, graphs and tables.         |
+| .50            | 1. Added 2n-zn2 iterative data, graphs and tables.         |
+|                |                                                            |
++----------------+------------------------------------------------------------+
+| .49            | 1. Reorganized NAT44 graphs.                               |
 |                |                                                            |
 +----------------+------------------------------------------------------------+
 | .48            | 1. Modified the release notes.                             |
 |                |                                                            |
 +----------------+------------------------------------------------------------+
 | .48            | 1. Modified the release notes.                             |
index 1bff771..2b467f8 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'49'
+report_week = u'50'
 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 52757ef..2357d31 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 "49" \
+    --week "50" \
     --logging INFO \
     --force
 
     --logging INFO \
     --force