[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1272-g1700825

git git at cross-lfs.org
Mon Jun 23 11:45:35 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  1700825e3bade1545f5b7ab08032d271bef1a47f (commit)
       via  8c9940bf8f9dfeba416008312e332b1f04b7be2c (commit)
      from  a88e398f03bce923f89018ab43471b6b9952c801 (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 1700825e3bade1545f5b7ab08032d271bef1a47f
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 23 14:44:55 2014 -0400

    Removed old stylesheet from LFS

diff --git a/BOOK/stylesheets/patcheslist.xsl b/BOOK/stylesheets/patcheslist.xsl
deleted file mode 100644
index 68f0e7e..0000000
--- a/BOOK/stylesheets/patcheslist.xsl
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-<!DOCTYPE xsl:stylesheet [
- <!ENTITY % general-entities SYSTEM "../general.ent">
-  %general-entities;
-]>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                version="1.0">
-
-  <xsl:output method="text"/>
-
-    <!-- Allow select the dest dir at runtime -->
-  <xsl:param name="dest.dir">
-    <xsl:value-of select="concat('/home/httpd/', substring-after('&patches-root;', 'http://'))"/>
-  </xsl:param>
-
-  <xsl:template match="/">
-    <xsl:text>#! /bin/bash
-
-function copy
-{
-  cp $1 $2 >>copyerrs 2>&1
-}
-
-umask 002 &#x0a;&#x0a;</xsl:text>
-
-      <!-- Create dest.dir if it don't exist -->
-    <xsl:text>install -d -m 775 -g lfswww </xsl:text>
-    <xsl:value-of select="$dest.dir"/>
-    <xsl:text> &&&#x0a;</xsl:text>
-    <xsl:text>cd </xsl:text>
-    <xsl:value-of select="$dest.dir"/>
-    <xsl:text> &&&#x0a;&#x0a;</xsl:text>
-      <!-- Remove old patches -->
-    <xsl:text>rm -f *.patch copyerrs && &#x0a;&#x0a;</xsl:text>
-    <xsl:apply-templates/>
-      <!-- Ensure correct owneship -->
-    <xsl:text>&#x0a;chgrp lfswww *.patch &&&#x0a;</xsl:text>
-    <xsl:text>
-if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then
-  mail -s "Missing CLFS patches" cross-lfs-dev at linuxfromscratch.org < copyerrs
-fi&#x0a;&#x0a;</xsl:text>
-
-    <xsl:text>exit&#x0a;</xsl:text>
-  </xsl:template>
-
-  <xsl:template match="//text()"/>
-
-  <xsl:template match="//ulink">
-      <!-- Match only local patches links and skip duplicated URLs splitted for PDF output-->
-    <xsl:if test="contains(@url, '.patch') and contains(@url, '&patches-root;')
-            and not(ancestor-or-self::*/@condition = 'pdf')">
-      <xsl:variable name="patch.name" select="substring-after(@url, '&patches-root;')"/>
-      <xsl:variable name="cut"
-              select="translate(substring-after($patch.name, '-'), '0123456789', '0000000000')"/>
-      <xsl:variable name="patch.name2">
-        <xsl:value-of select="substring-before($patch.name, '-')"/>
-        <xsl:text>-</xsl:text>
-        <xsl:value-of select="$cut"/>
-      </xsl:variable>
-      <xsl:text>copy /home/httpd/www.linuxfromscratch.org/patches/downloads/</xsl:text>
-          <xsl:value-of select="substring-before($patch.name2, '-0')"/>
-      <xsl:text>/</xsl:text>
-      <xsl:value-of select="$patch.name"/>
-      <xsl:text> . &#x0a;</xsl:text>
-    </xsl:if>
-  </xsl:template>
-
-</xsl:stylesheet>

commit 8c9940bf8f9dfeba416008312e332b1f04b7be2c
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 23 14:44:36 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index a21362d..a9ff5ae 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 "22"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                 |    2 +-
 BOOK/stylesheets/patcheslist.xsl |   69 --------------------------------------
 2 files changed, 1 insertions(+), 70 deletions(-)
 delete mode 100644 BOOK/stylesheets/patcheslist.xsl


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list