Changeset 23209a71 for general


Ignore:
Timestamp:
07/03/2014 01:56:50 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0eae4c5
Parents:
666e811
Message:

Update to mercurial-3.0.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13337 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r666e811 r23209a71  
    77  <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "15de301a673b77f839325dba10ed4fc0">
     9  <!ENTITY mercurial-md5sum        "c5be4265745a8140fec777a4dfc40e0e">
    1010  <!ENTITY mercurial-size          "3.8 MB">
    11   <!ENTITY mercurial-buildsize     "43 MB (additional 2MB for the tests and 2 MB for docs generation)
     11  <!ENTITY mercurial-buildsize     "43 MB (additional 249 MB for the tests and 2 MB for docs generation)
    1212
    1313">
     
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    7272    <para role="optional">
    73     <ulink url="http://docutils.sourceforge.net/">Docutils</ulink> (required to build the documentation),
     73    <xref linkend="bazaar"/>,
     74    <xref linkend="cvs"/>,
    7475    <xref linkend="git"/>,
    7576    <xref linkend="gnupg2"/> (<command>gpg2</command> with Python bindings),
    7677    <xref linkend="subversion"/> (with Python bindings),
    77     <xref linkend="bazaar"/>,
    78     <xref linkend="cvs"/>,
     78    <ulink url="http://docutils.sourceforge.net/">Docutils</ulink> (required to build the documentation),
    7979    <ulink url="http://pypi.python.org/pypi/pyflakes">pyflakes</ulink>,
    8080    <ulink url="http://pygments.org/">pygments</ulink>, and
     
    101101<screen><userinput>make doc</userinput></screen>
    102102
    103     <para>To test the results, issue: <command>make check</command>. During the
    104     tests, the build directory size increases above the
    105     <quote>Estimated disk space required</quote>, even when considering the
    106     additional values, due to temporary test files.</para>
     103    <para>In the test suite, failure of test-patchbomb is expected with
     104    <application>Python-2.7.x</application> (x &gt; 7). To test the results in
     105    the subdiretory <filename class="directory">tmp</filename>, blacklisting
     106    this test, issue:</para>
     107
     108<screen><userinput>cat &gt; tests/blacklists/test-failed &lt;&lt; "EOF"
     109<literal># Failure with Python-2.7.8
     110  test-patchbomb.t</literal>
     111EOF
     112rm -rf tests/tmp &amp;&amp;
     113TESTFLAGS="--tmpdir tmp --blacklist blacklists/test-failed" \
     114make check</userinput></screen>
     115
     116    <para>Tests may be run in parallel, just add
     117    <quote>-j$(getconf _NPROCESSORS_ONLN)</quote> to TESTFLAGS.</para>
    107118
    108119    <para>Install <application>Mercurial</application> by running
Note: See TracChangeset for help on using the changeset viewer.