Changeset 9d2405f


Ignore:
Timestamp:
Feb 18, 2012, 2:02:49 PM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d52b7f85
Parents:
8ac1263
Message:

Enabled Patch's test suite and added LFS's patch test patch

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/patch.xml

    r8ac1263 r9d2405f  
    2727    <title>Installation of Patch</title>
    2828
     29    <para os="p1">The following patch removes tests that require Ed:</para>
     30
     31<screen os="p2"><userinput>patch -Np1 -i ../&patch-test-patch;</userinput></screen>
     32
    2933    <para os="a">Prepare Patch for compilation:</para>
    3034
     
    3539<screen os="d"><userinput>make</userinput></screen>
    3640
    37     <para os="e">This package does not come with a test suite.</para>
     41    <para os="e">To test the results, issue: <userinput>make check</userinput>.</para>
    3842
    3943    <para os="f">Install the package:</para>
  • BOOK/final-system/multilib/patch.xml

    r8ac1263 r9d2405f  
    2121  <sect2 role="installation">
    2222    <title>Installation of Patch</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/patch.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/patch.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    r8ac1263 r9d2405f  
    4040      <para>18 February 2012</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[Jonathan] - Enabled Patch test suite.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[Jonathan] - Diffutils now includes a test suite.</para>
  • BOOK/materials/common/patches.xml

    r8ac1263 r9d2405f  
    137137
    138138    <varlistentry>
     139      <term>Patch Test Patch - <token>&patch-test-patch-size;</token>:</term>
     140      <listitem>
     141        <para>Download: <ulink
     142        url="&patches-root;&patch-test-patch;"/></para>
     143        <para>MD5 sum: <literal>&patch-test-patch-md5;</literal></para>
     144      </listitem>
     145    </varlistentry>
     146
     147    <varlistentry>
    139148      <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
    140149      <listitem>
  • BOOK/patches.ent

    r8ac1263 r9d2405f  
    6464<!ENTITY ncurses-branch_update-patch-md5 "5f8be727e09d39784c7f6088c3489237">
    6565<!ENTITY ncurses-branch_update-patch-size "1.8 MB">
     66
     67<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
     68<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
     69<!ENTITY patch-test-patch-size "4 KB">
    6670
    6771<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
Note: See TracChangeset for help on using the changeset viewer.