[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, clfs-3.0.0-sysvinit, created. clfs-3.0.0-sysvinit-7-gd72ffde

git git at cross-lfs.org
Fri Oct 24 18:29:19 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, clfs-3.0.0-sysvinit has been created
        at  d72ffde5460d1e7012774de897cfa5ec09576e36 (commit)

- Log -----------------------------------------------------------------
commit d72ffde5460d1e7012774de897cfa5ec09576e36
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat Oct 18 20:40:51 2014 -0500

    Update patches-root for proper directory for 3.0.0 release.

diff --git a/BOOK/patches.ent b/BOOK/patches.ent
index 7983e3c..bdc9333 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY patches-root "http://patches.cross-lfs.org/&generic-version;/SYSVINIT/">
+<!ENTITY patches-root "http://patches.cross-lfs.org/&major-version;.&minor-version;.&extra-version;/SYSVINIT/">
 
 <!-- Start of Common Patches -->
 

commit 2326251bd753e268b3fd80f1f18513b27b17602b
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat Oct 18 20:40:43 2014 -0500

    Update pacakges-root for proper directory for 3.0.0 release.

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index c103449..7fee7ff 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY packages-root "&clfs-root;files/packages/&generic-version;/SYSVINIT/">
+<!ENTITY packages-root "&clfs-root;files/packages/&major-version;.&minor-version;.&extra-version;/SYSVINIT/">
 <!ENTITY extras-root "&clfs-root;files/extras/">
 
 <!-- Note: For empty *-home entities use " " not "" -->

commit 562cd063a25b42dfa8ee73ef3a3ad2a3d25d26db
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat Oct 18 20:10:13 2014 -0500

    Add master changelog entry for CLFS 3.0.0 SYSVINIT release.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 05b357c..bf2e761 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>18 October 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - CLFS 3.0.0 SYSVINIT released.</para>
+        </listitem>
+     </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>26 September 2014</para>
       <itemizedlist>
         <listitem>

commit 2fb46c6e71d5017f275ed2ebe6431cefd5c116ab
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat Oct 18 20:09:18 2014 -0500

    Update patches-root entity for 3.0.0 release.

diff --git a/BOOK/patches.ent b/BOOK/patches.ent
index a9b0f81..7983e3c 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY patches-root "http://patches.cross-lfs.org/sysvinit/">
+<!ENTITY patches-root "http://patches.cross-lfs.org/&generic-version;/SYSVINIT/">
 
 <!-- Start of Common Patches -->
 

commit 8447253414c7a6039091a14ee697be996fcb1f55
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat Oct 18 20:09:09 2014 -0500

    Update packages-root entity for 3.0.0 release.

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 320227e..c103449 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY packages-root "&clfs-root;files/packages/&generic-version;/">
+<!ENTITY packages-root "&clfs-root;files/packages/&generic-version;/SYSVINIT/">
 <!ENTITY extras-root "&clfs-root;files/extras/">
 
 <!-- Note: For empty *-home entities use " " not "" -->

commit aa73db0bfebbdbcf0d34fbc894a587cf22add196
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat Oct 18 20:08:53 2014 -0500

    Update general version entities for 3.0.0 release.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 9f5c619..9644a81 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -10,10 +10,10 @@
 <!ENTITY major-version "3">
 <!ENTITY minor-version "0">
 <!ENTITY extra-version "0">
-<!ENTITY generic-version "sysvinit"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
+<!ENTITY generic-version ""> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
 
 <!ENTITY versionid "&year;&month;&day;"> <!-- /etc/os-release from systemd -->
-<!ENTITY version "SYSVINIT-&year;&month;&day;">
+<!ENTITY version "&major-version;.&minor-version;.&extra-version;-SYSVINIT">
 
 <!ENTITY version-x86 "&version;-x86">
 <!ENTITY version-x86_64 "&version;-x86_64-Multilib">

commit eedd91679fdafac58c74c6aa8619c930f219b6f1
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat Oct 18 10:26:52 2014 -0500

    Update date for clfs-3.0.0 release branch.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 1fa23fd..9f5c619 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "10"> <!-- Use two digits -->
 <!ENTITY month_name "October">
-<!ENTITY day "10"> <!-- Use two digits -->
+<!ENTITY day "18"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list