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 bd85deef0e..da510b4f0b 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 = '38'
-project = u'FD.io CSIT-1908.{week}'.format(week=report_week)
+report_week = '39'
+project = u'FD.io CSIT-1908.1.{week}'.format(week=report_week)
copyright = u'2019, FD.io'
author = u'FD.io CSIT'
@@ -112,20 +112,20 @@ 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}&id={vpp_release_commit_id}
-""".format(release='rls1908',
+""".format(release='rls1908_1',
report_week=report_week,
prev_release='rls1904',
- srelease='1908',
- csitrelease='1908',
+ srelease='1908_1',
+ csitrelease='1908.1',
csit_prev_release='1904',
- vpprelease='19.08',
+ vpprelease='19.08.1',
vpp_prev_release='19.04',
dpdkrelease='19.05',
sdpdkrelease='1905',
trex_version='v2.54',
csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-03-27_2.4',
csit_centos_ver='csit-centos-7.6-1810_2019-05-20_2.5',
- vpp_release_commit_id='1c586de48cc76fc6eac50f5d87003e2a80aa43e7')
+ vpp_release_commit_id='f4dcae4164f93dac80d4af19af0ee20e712ec673')
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.