[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-170-g348e150

git git at cross-lfs.org
Sat Jul 27 10:41:21 PDT 2013


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, master has been updated
       via  348e150c4a84cea657d20044033aedb408e84918 (commit)
       via  4739fcd41d07ef8d5f12e3b70a1eeb26cfc34818 (commit)
       via  c736074d431db2807dcc1bec40c8bca3da41c9bc (commit)
      from  b99918f87a44e1665f17ac333d664c48df35aedf (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 348e150c4a84cea657d20044033aedb408e84918
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Jul 27 12:41:14 2013 -0500

    Add wget download list example. Add sha1sum and md5sum checksum list download and examples.

diff --git a/BOOK/materials/common/introduction.xml b/BOOK/materials/common/introduction.xml
index 139fe6d..d32e898 100644
--- a/BOOK/materials/common/introduction.xml
+++ b/BOOK/materials/common/introduction.xml
@@ -47,6 +47,23 @@
 
   <para>You can download all needed packages and patches into this directory
 either by using the links on the following pages in this section, or by passing 
-the <ulink url="../dl.list">download list</ulink> to <command>wget</command>.</para>
+the <ulink url="../dl.list">download list</ulink> to <command>wget</command>:</para>
+
+<screen><userinput>wget -i dl.list -P ${CLFS}/sources</userinput></screen>
+
+  <para>Verification of downloaded packages can be done by downloading the
+following MD5 or SHA1 checksum lists:</para>
+
+  <para><ulink url="../../files/packages/git/MD5SUMS">MD5SUMS</ulink>:</para>
+
+<screen><userinput>pushd ${CLFS}/sources
+md5sum -c MD5SUMS
+popd</userinput></screen>
+
+  <para><ulink url="../../files/packages/git/SHA1SUMS">SHA1SUMS</ulink>:</para>
+
+<screen><userinput>pushd ${CLFS}/sources
+md5sum -c SHA1SUMS 
+popd</userinput></screen>
 
 </sect1>

commit 4739fcd41d07ef8d5f12e3b70a1eeb26cfc34818
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Jul 27 12:40:23 2013 -0500

    Add wget list example and md5 and sha1 checksum lists.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index a5d8537..fb54370 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,18 @@
     </listitem>
 -->
    <listitem>
+      <para>27 July 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add MD5SUMS and SHA1SUMS to packages introduction.</para>
+        </listitem>
+        <listitem>
+          <para>[William Harrington] - Add wget example to packages introduction.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>25 July 2013</para>
       <itemizedlist>
         <listitem>

commit c736074d431db2807dcc1bec40c8bca3da41c9bc
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Jul 27 12:39:57 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index e7a9b0b..b5e3c6b 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "25"> <!-- Use two digits -->
+<!ENTITY day "27"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   12 ++++++++++++
 BOOK/materials/common/introduction.xml |   19 ++++++++++++++++++-
 3 files changed, 31 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list