summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/book-enea-linux-release-info/doc/getting_enea_linux.xml27
-rw-r--r--doc/book-enea-linux-release-info/doc/main_changes.xml9
-rwxr-xr-xdoc/gen_known_issues.py5
3 files changed, 24 insertions, 17 deletions
diff --git a/doc/book-enea-linux-release-info/doc/getting_enea_linux.xml b/doc/book-enea-linux-release-info/doc/getting_enea_linux.xml
index 2d0f9c2..11d0475 100644
--- a/doc/book-enea-linux-release-info/doc/getting_enea_linux.xml
+++ b/doc/book-enea-linux-release-info/doc/getting_enea_linux.xml
@@ -18,13 +18,14 @@
18 <section id="relinfo-getting-source"> 18 <section id="relinfo-getting-source">
19 <title>Getting the Source</title> 19 <title>Getting the Source</title>
20 20
21 <para>For platform developers, this Enea Linux release is available for 21 <para>The source for this Enea Linux release is available for cloning from
22 cloning from a set of GIT repositories. E.g. git.enea.se &amp; 22 a set of Git repositories. To manage the different repositories, Google's
23 git.enea.com. To manage the different repositories, Google's repo tool is 23 repo tool is used. The basic idea is to store a list with (repo-URL,
24 used. The basic idea is to store a list with (repo-URL, version) tuples in 24 version) tuples in a separate file, known as the manifest. The repo tool
25 a separate file, known as the manifest. The repo tool is then used to 25 is then used to traverse the list and clone the specified versions of the
26 clone the specified versions of the listed repositories. See <ulink 26 repositories. See <ulink
27 url="&lt;link to some description&gt;">TBD</ulink> for more info.</para> 27 url="https://code.google.com/p/git-repo/">https://code.google.com/p/git-repo/</ulink>
28 for more info.</para>
28 29
29 <para>To use repo tool to download the source for Enea Linux, follow the 30 <para>To use repo tool to download the source for Enea Linux, follow the
30 steps below:</para> 31 steps below:</para>
@@ -35,7 +36,8 @@
35 instructions below:</para> 36 instructions below:</para>
36 37
37 <para><programlisting>$ curl https://storage.googleapis.com/git-repo-downloads/repo &gt; ~/bin/repo 38 <para><programlisting>$ curl https://storage.googleapis.com/git-repo-downloads/repo &gt; ~/bin/repo
38$ chmod a+x ~/bin/repo</programlisting></para> 39$ chmod a+x ~/bin/repo</programlisting>The instruction assumes that ~/bin
40 exists and is included in the PATH variable.</para>
39 </listitem> 41 </listitem>
40 42
41 <listitem> 43 <listitem>
@@ -49,7 +51,9 @@ $ repo init -u git://git.enea.se/linux/manifests/el6-standard.git \
49$ repo sync</programlisting></para> 51$ repo sync</programlisting></para>
50 52
51 <para>The URI and 'refs/tags/EL6' specifies the location and version 53 <para>The URI and 'refs/tags/EL6' specifies the location and version
52 of the repository where the manifest file is stored.</para> 54 of the repository where the manifest file is stored. The repo tool
55 assumes that the argument after '-b' is a branch, and to force
56 interpretation as a tag, the prefix refs/tags/ is needed.</para>
53 57
54 <para>The parameter &lt;manifest file&gt; depends on the target. See 58 <para>The parameter &lt;manifest file&gt; depends on the target. See
55 the following table:</para> 59 the following table:</para>
@@ -111,5 +115,10 @@ $ repo sync</programlisting></para>
111 command:</para> 115 command:</para>
112 116
113 <programlisting>$ repo manifest</programlisting> 117 <programlisting>$ repo manifest</programlisting>
118
119 <remark>The UG should be updated with instructions on how to add
120 customisations. That section should also contain some more info about the
121 manifest: The manifest templates, using a branch instead of the tag EL6,
122 ... When this is done a reference from here should be added.</remark>
114 </section> 123 </section>
115</chapter> \ No newline at end of file 124</chapter> \ No newline at end of file
diff --git a/doc/book-enea-linux-release-info/doc/main_changes.xml b/doc/book-enea-linux-release-info/doc/main_changes.xml
index e1a20dd..b1e63f5 100644
--- a/doc/book-enea-linux-release-info/doc/main_changes.xml
+++ b/doc/book-enea-linux-release-info/doc/main_changes.xml
@@ -19,11 +19,11 @@
19 href="../../s_docsrc_common/pardoc-distro.xml" 19 href="../../s_docsrc_common/pardoc-distro.xml"
20 xmlns:xi="http://www.w3.org/2001/XInclude" 20 xmlns:xi="http://www.w3.org/2001/XInclude"
21 xpointer="element(Yocto_VER/1)" />). See <ulink 21 xpointer="element(Yocto_VER/1)" />). See <ulink
22 url="???">https://www.yoctoproject.org/downloads/core/krogoth21</ulink>.</para> 22 url="https://www.yoctoproject.org/downloads/core/krogoth21">https://www.yoctoproject.org/downloads/core/krogoth21</ulink>.</para>
23 </listitem> 23 </listitem>
24 24
25 <listitem> 25 <listitem>
26 <para>Introduction of the repo tool to manage the GIT 26 <para>Introduction of the repo tool to manage the Git
27 repositories.</para> 27 repositories.</para>
28 </listitem> 28 </listitem>
29 29
@@ -32,8 +32,9 @@
32 </listitem> 32 </listitem>
33 </itemizedlist> 33 </itemizedlist>
34 34
35 <para>For details, see the GIT logs for the repositories specified in the 35 <para>For details, see the Git logs for the repositories specified in the
36 manifest files. See <xref linkend="relinfo-getting-source" />.</para> 36 manifest files. See <xref linkend="relinfo-getting-source" /> for more inf
37 on repos and the manifest.</para>
37 </section> 38 </section>
38 39
39 <section id="relinfo-fixed"> 40 <section id="relinfo-fixed">
diff --git a/doc/gen_known_issues.py b/doc/gen_known_issues.py
index 6b8ca8c..a400577 100755
--- a/doc/gen_known_issues.py
+++ b/doc/gen_known_issues.py
@@ -47,10 +47,7 @@ print ' <para>'
47print ' This section lists open bugs in Jira. Extracted at %s.' % time_str 47print ' This section lists open bugs in Jira. Extracted at %s.' % time_str
48print ' </para>' 48print ' </para>'
49print 49print
50print ' <remark>Jira query: (project = "Linux CR"' 50print ' <remark>Jira query: (%s)</remark>' % "\n and ".join(conditions)
51print ' and issuetype = Bug'
52print ' and affectedVersion = "Enea Linux 6"'
53print ' and resolution = Unresolved)</remark>'
54print 51print
55print ' <informaltable>' 52print ' <informaltable>'
56print ' <tgroup cols="2">' 53print ' <tgroup cols="2">'