[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1268-g07323bb

git git at cross-lfs.org
Sat Jun 21 02:48:11 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  07323bb83d4fae8d27c49cb80419296470badfd2 (commit)
       via  6618f6fd38dfda48b61619b0443f49d9e9986873 (commit)
       via  4e59c536eecfa0a4b474f500d3c61e482e894dba (commit)
       via  44472aa3967cd2d2e51912ded5c218c87ecd48c9 (commit)
      from  5183e68ddd7a9f5aa833e4b4a0c6abcf3ba877b4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 07323bb83d4fae8d27c49cb80419296470badfd2
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Jun 21 05:47:13 2014 -0400

    Updated stylesheet to allow linux kernel patch to be in download list

diff --git a/BOOK/stylesheets/wget.xsl b/BOOK/stylesheets/wget.xsl
index e9ae1fb..1c43a81 100644
--- a/BOOK/stylesheets/wget.xsl
+++ b/BOOK/stylesheets/wget.xsl
@@ -31,7 +31,7 @@ xsltproc -xinclude -output x86.wget stylesheets/wget.xsl x86-index.xml
     </xsl:if>
       <!-- Patches. Match only the patches and skip possible duplicated
       URLs due that may be splitted for PDF output-->
-    <xsl:if test="contains(@url, '.patch') and contains(@url, '&patches-root;')
+    <xsl:if test="contains(@url, '&patches-root;') and @url != '&patches-root;'
             and not(ancestor-or-self::*/@condition = 'pdf')">
       <xsl:value-of select="@url"/>
       <xsl:text>&#x0a;</xsl:text>

commit 6618f6fd38dfda48b61619b0443f49d9e9986873
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Jun 21 05:33:08 2014 -0400

    Download linux update patch from our server

diff --git a/BOOK/materials/common/patches.xml b/BOOK/materials/common/patches.xml
index 55e3030..501ed3b 100644
--- a/BOOK/materials/common/patches.xml
+++ b/BOOK/materials/common/patches.xml
@@ -96,7 +96,7 @@
       <term>Linux Sublevel Patch - <token>&linux-sublevel-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink
-        url="&kernel;linux/kernel/v&linux-dl-version;/patch-&linux-version2;.xz"/></para>
+        url="&patches-root;&linux-sublevel-patch;"/></para>
         <para>MD5 sum: <literal>&linux-sublevel-patch-md5;</literal></para>
       </listitem>
     </varlistentry>

commit 4e59c536eecfa0a4b474f500d3c61e482e894dba
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Jun 21 05:31:15 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 74f5d3c..b942b00 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "20"> <!-- Use two digits -->
+<!ENTITY day "21"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 44472aa3967cd2d2e51912ded5c218c87ecd48c9
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Jun 21 05:29:57 2014 -0400

    Added linux patchversion update patch

diff --git a/patches/patch-3.14.8.xz b/patches/patch-3.14.8.xz
new file mode 100644
index 0000000..0f243d1
Binary files /dev/null and b/patches/patch-3.14.8.xz differ

-----------------------------------------------------------------------

Summary of changes:
 BOOK/general.ent                  |    2 +-
 BOOK/materials/common/patches.xml |    2 +-
 BOOK/stylesheets/wget.xsl         |    2 +-
 patches/patch-3.14.8.xz           |  Bin 0 -> 237108 bytes
 4 files changed, 3 insertions(+), 3 deletions(-)
 create mode 100644 patches/patch-3.14.8.xz


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list