Changeset 792786cc


Ignore:
Timestamp:
11/26/2014 10:12:02 PM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
1f2d0e9
Parents:
69cf41cf
Message:

Merge Mercurial update from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@15014 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r69cf41cf r792786cc  
    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

    r69cf41cf r792786cc  
    4444
    4545-->
     46    <listitem>
     47      <para>November 26th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - Update to mercurial-3.2.1. Fixes
     51          <ulink url="&blfs-ticket-root;5811">#5811</ulink>.</para>
     52        </listitem>       
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>November 19th, 2014</para>
  • packages.ent

    r69cf41cf r792786cc  
    262262<!ENTITY llvm-version                 "3.5.0">
    263263<!ENTITY lua-version                  "5.2.3">
    264 <!ENTITY mercurial-version            "3.1.2">
     264<!ENTITY mercurial-version            "3.2.1">
    265265<!ENTITY nasm-version                 "2.11.05">
    266266<!ENTITY npapi-sdk-version            "0.27.2">
Note: See TracChangeset for help on using the changeset viewer.