aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/presentation/conf.py')
-rw-r--r--resources/tools/presentation/conf.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index b38bf6ce35..951054136c 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -45,8 +45,8 @@ source_suffix = ['.rst', '.md']
master_doc = 'index'
# General information about the project.
-report_week = '10'
-project = u'FD.io CSIT-1901.{week}'.format(week=report_week)
+report_week = '22'
+project = u'FD.io CSIT-1901.2.{week}'.format(week=report_week)
copyright = u'2019, FD.io'
author = u'FD.io CSIT'
@@ -109,14 +109,14 @@ rst_epilog = """
.. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release}
.. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes
.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease}
-""".format(release='rls1901',
+""".format(release='rls1901_2',
report_week=report_week,
prev_release='rls1810',
- srelease='1901',
- csitrelease='1901',
+ srelease='1901_2',
+ csitrelease='1901.2',
csit_prev_release='1810',
- vpprelease='19.01',
- vpp_prev_release='18.10',
+ vpprelease='19.01.2',
+ vpp_prev_release='1810',
dpdkrelease='18.11',
sdpdkrelease='1811',
trex_version='v2.35',