summaryrefslogtreecommitdiffstats
path: root/doc/gen_known_issues.py
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2018-06-04 15:24:18 +0200
committerMiruna Paun <Miruna.Paun@enea.com>2018-06-04 15:24:18 +0200
commita4ef8e89faa01d327fb29799ef0aebc25e387d31 (patch)
treef2bbd304f33393b41ec38982a2d9e9fab6106613 /doc/gen_known_issues.py
parentac575947d232480445a71a72d3fa1c05299b3eaf (diff)
downloadnfv-access-documentation-a4ef8e89faa01d327fb29799ef0aebc25e387d31.tar.gz
All OSRs and the release Notes in NFV Access are dependent on the same parameter for their release version: EneaLinux_REL_VER
This parameter is stored inside the \el_releases-nfv-access\doc\book-enea-nfv-access-release-info\doc\eltf_params_updated.xml This parameter needs to be manually updated for each release and never conditioned or else building books in all formats will generate errors concerning missing/unreadable version(s) See USERDOCAP-327 for the "--" error referred here. Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
Diffstat (limited to 'doc/gen_known_issues.py')
-rw-r--r--doc/gen_known_issues.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gen_known_issues.py b/doc/gen_known_issues.py
index 063fa3a..25b608c 100644
--- a/doc/gen_known_issues.py
+++ b/doc/gen_known_issues.py
@@ -58,7 +58,7 @@ def jira_query(query):
58conditions = ("project=LXCR", 58conditions = ("project=LXCR",
59 "issueType=bug", 59 "issueType=bug",
60 "resolution=Unresolved", 60 "resolution=Unresolved",
61 'affectedversion="NFV_Access_1.1.1"' 61 'affectedversion="Enea NFV Access 2.0"'
62 ) 62 )
63 63
64bugs = [] 64bugs = []