diff options
author | Miruna Paun <Miruna.Paun@enea.com> | 2018-06-04 15:24:18 +0200 |
---|---|---|
committer | Miruna Paun <Miruna.Paun@enea.com> | 2018-06-04 15:24:18 +0200 |
commit | a4ef8e89faa01d327fb29799ef0aebc25e387d31 (patch) | |
tree | f2bbd304f33393b41ec38982a2d9e9fab6106613 | |
parent | ac575947d232480445a71a72d3fa1c05299b3eaf (diff) | |
download | nfv-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>
-rw-r--r-- | doc/book-enea-nfv-access-guide/doc/eltf_params_updated.xml | 2 | ||||
-rw-r--r-- | doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml | 3 | ||||
-rw-r--r-- | doc/gen_known_issues.py | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/doc/book-enea-nfv-access-guide/doc/eltf_params_updated.xml b/doc/book-enea-nfv-access-guide/doc/eltf_params_updated.xml index a246acd..608fa09 100644 --- a/doc/book-enea-nfv-access-guide/doc/eltf_params_updated.xml +++ b/doc/book-enea-nfv-access-guide/doc/eltf_params_updated.xml | |||
@@ -42,7 +42,7 @@ export PATH=~/bin:$PATH</programlisting></para> | |||
42 | correct also compared to the "previous" REL VER in pardoc-distro.xml | 42 | correct also compared to the "previous" REL VER in pardoc-distro.xml |
43 | "prev_baseline".</bridgehead> | 43 | "prev_baseline".</bridgehead> |
44 | 44 | ||
45 | <para id="EneaLinux_REL_VER"><phrase>1.1.1</phrase></para> | 45 | <para id="EneaLinux_REL_VER"><phrase>2.0</phrase></para> |
46 | 46 | ||
47 | <para id="Yocto_VER"><phrase>2.1</phrase></para> | 47 | <para id="Yocto_VER"><phrase>2.1</phrase></para> |
48 | 48 | ||
diff --git a/doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml b/doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml index 26007f0..0f73b81 100644 --- a/doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml +++ b/doc/book-enea-nfv-access-release-info/doc/eltf_params_updated.xml | |||
@@ -42,8 +42,7 @@ export PATH=~/bin:$PATH</programlisting></para> | |||
42 | correct also compared to the "previous" REL VER in pardoc-distro.xml | 42 | correct also compared to the "previous" REL VER in pardoc-distro.xml |
43 | "prev_baseline".</bridgehead> | 43 | "prev_baseline".</bridgehead> |
44 | 44 | ||
45 | <para id="EneaLinux_REL_VER"><phrase condition="intel">2.0</phrase><phrase | 45 | <para id="EneaLinux_REL_VER"><phrase>2.0</phrase></para> |
46 | condition="arm">1.1.1</phrase></para> | ||
47 | 46 | ||
48 | <para id="Yocto_VER"><phrase>2.1</phrase></para> | 47 | <para id="Yocto_VER"><phrase>2.1</phrase></para> |
49 | 48 | ||
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): | |||
58 | conditions = ("project=LXCR", | 58 | conditions = ("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 | ||
64 | bugs = [] | 64 | bugs = [] |