Changeset a6e00f8


Ignore:
Timestamp:
11/02/2014 05:08:00 PM (9 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.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2adbd3da
Parents:
06b565e
Message:

Update to mercurial-3.2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r06b565e ra6e00f8  
    77  <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "72a79798de828d6d6fb055273f91201a">
     9  <!ENTITY mercurial-md5sum        "d7bcfa3d4d1e786b3c54f1f52fecc9b7">
    1010  <!ENTITY mercurial-size          "3.9 MB">
    11   <!ENTITY mercurial-buildsize     "44 MB (additional 250 MB for the tests and 2 MB for docs generation)">
    12   <!ENTITY mercurial-time          "0.1 SBU (additional 9 SBU for tests)">
     11  <!ENTITY mercurial-buildsize     "45 MB (additional 255 MB for the tests and 1 MB for docs generation)">
     12  <!ENTITY mercurial-time          "0.1 SBU (additional 13 SBU for tests)">
    1313]>
    1414
     
    9999<screen><userinput>make doc</userinput></screen>
    100100
    101     <para>Running the test suite is optional. Failure of test-patchbomb is
    102     expected with <application>Python-2.7.x</application> (x &gt; 7). To test
    103     the results in the subdiretory
    104     <filename class="directory">tests/tmp</filename>,
    105     skipping the failing test, issue:</para>
    106 
    107 <screen><userinput>cat &gt; tests/blacklists/test-failed &lt;&lt; "EOF"
    108 <literal># Failure with Python-2.7.8
    109   test-patchbomb.t</literal>
     101    <para>Running the test suite is optional. If there are failures, e.g.
     102    test-parse-date.t, those tests can be disabled. To test the results in the
     103    subdiretory <filename class="directory">tests/tmp</filename>, skipping
     104    failing tests, issue:</para>
     105
     106<screen><userinput>cat &gt; tests/blacklists/failed-tests &lt;&lt; "EOF"
     107<literal># Test Failures
     108  test-parse-date.t</literal>
    110109EOF
    111110rm -rf tests/tmp &amp;&amp;
    112 TESTFLAGS="--tmpdir tmp --blacklist blacklists/test-failed" \
     111TESTFLAGS="--tmpdir tmp --blacklist blacklists/failed-tests" \
    113112make check</userinput></screen>
    114113
    115     <para>More failing tests might be added to that file, if necessary. Tests
    116     may be run in parallel, just add <quote>-j$(getconf
     114    <para>Tests may be run in parallel, just add <quote>-j$(getconf
    117115    _NPROCESSORS_ONLN)</quote> to TESTFLAGS. In order to investigate a
    118116    particular apparently failing test, e.g <quote>test-parse-date.t</quote>,
  • introduction/welcome/changelog.xml

    r06b565e ra6e00f8  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to mercurial-3.2.  Fixes
     52          <ulink url="&blfs-ticket-root;5759">#5759</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to stunnel-5.07.  Fixes
    5256          <ulink url="&blfs-ticket-root;5758">#5758</ulink>.</para>
  • packages.ent

    r06b565e ra6e00f8  
    263263<!ENTITY llvm-version                 "3.5.0">
    264264<!ENTITY lua-version                  "5.2.3">
    265 <!ENTITY mercurial-version            "3.1.2">
     265<!ENTITY mercurial-version            "3.2">
    266266<!ENTITY nasm-version                 "2.11.06">
    267267<!ENTITY npapi-sdk-version            "0.27.2">
Note: See TracChangeset for help on using the changeset viewer.