Report: Configure for 1901.09 41/17741/1
authorTibor Frank <tifrank@cisco.com>
Thu, 21 Feb 2019 08:35:12 +0000 (09:35 +0100)
committerTibor Frank <tifrank@cisco.com>
Thu, 21 Feb 2019 08:35:12 +0000 (09:35 +0100)
Change-Id: Ief796f52c15a5c62962a82eea8f740ae17277638
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/conf.py
resources/tools/presentation/run_report.sh

index 28b2b8a..071c019 100644 (file)
@@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md']
 master_doc = 'index'
 
 # General information about the project.
 master_doc = 'index'
 
 # General information about the project.
-report_week = '08'
+report_week = '09'
 project = u'FD.io CSIT-1901.{week}'.format(week=report_week)
 copyright = u'2019, FD.io'
 author = u'FD.io CSIT'
 project = u'FD.io CSIT-1901.{week}'.format(week=report_week)
 copyright = u'2019, FD.io'
 author = u'FD.io CSIT'
index 55754b5..ccbd225 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "08" \
+    --week "09" \
     --logging INFO \
     --force
 
     --logging INFO \
     --force