Changeset c1ced74d


Ignore:
Timestamp:
05/19/2016 03:32:44 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
0561ba8
Parents:
13b75bd
Message:

mercurial-3.8.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r13b75bd rc1ced74d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "18">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 18th &year;">
     9<!ENTITY releasedate  "May 19th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/mercurial.xml

    r13b75bd rc1ced74d  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "172a8c588adca12308c2aca16608d7f4">
    10   <!ENTITY mercurial-size          "4.5 MB">
     9  <!ENTITY mercurial-md5sum        "c38daa0cbe264fc621dc3bb05933b0b3">
     10  <!ENTITY mercurial-size          "4.6 MB">
    1111  <!ENTITY mercurial-buildsize     "52 MB (385 MB with docs and tests)">
    1212  <!ENTITY mercurial-time          "less than 0.1 SBU (15 SBU with docs and tests)">
     
    9999<screen><userinput>make doc</userinput></screen>
    100100
     101<!-- All tests pass (or are skipped) at version 3.8.2
    101102    <para>Running the test suite is optional. Tests which fail may be disabled,
    102103    adding each one to <filename>tests/blacklists/failed-tests</filename>. In
     
    109110  test-gpg.t</literal>
    110111EOF
    111 
    112 rm -rf tests/tmp &amp;&amp;
     112-->
     113    <para>
     114      To run the test suite, issue:
     115    </para>
     116<screen><userinput>rm -rf tests/tmp &amp;&amp;
    113117
    114118TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/failed-tests" \
     
    116120
    117121    <para>where <replaceable>&lt;N&gt;</replaceable> is an integer between one
    118     and the number of ( processor X threads ), inclusive. In order to
     122    and the number of ( processor X threads ), inclusive. <!-- In order to
    119123    investigate the apparently failing tests, you may use the
    120124    <command>run-tests.py</command> script. To see the almost forty switches,
    121     some of them very useful, issue <command>tests/run-tests.py --help</command>.
     125    some of them very useful, issue <command>tests/run-tests.py - -help</command>.
    122126    Running the following commands, you will execute only the tests that failed
    123     before:</para>
    124 
     127    before:--></para>
     128<!--
    125129<screen><userinput>pushd tests  &amp;&amp;
    126130  rm -rf tmp &amp;&amp;
    127131
    128   ./run-tests.py --tmpdir tmp test-gpg.t &amp;&amp;
     132  ./run-tests.py - -tmpdir tmp test-gpg.t &amp;&amp;
    129133popd</userinput></screen>
    130134
    131135    <para>Normally, the previous failures will be confirmed. However, if
    132136    you add the switch
    133     "--debug" before "--tmpdir", and run again, some failures are gone, which
     137    "- -debug" before "- -tmpdir", and run again, some failures are gone, which
    134138    seems to be a problem with the test suite. If this happens, normally, from
    135139    now on, there will be no more such failures whether you use the debug switch
    136140    or not.</para>
    137141
    138     <para>An interesting switch is "--time", which will generate at the end of
     142    <para>An interesting switch is "- -time", which will generate at the end of
    139143    the test suite execution, a table with all executed tests and respective
    140144    start, end, user, system and real times. Notice that the switches may be
    141145    used with <command>make check</command>, including them in the
    142146    <envar>TESTFLAGS</envar> environment variable.</para>
    143 
     147-->
    144148    <para>Install <application>Mercurial</application> by running the following
    145149    command (as <systemitem class="username">root</systemitem>):</para>
  • introduction/welcome/changelog.xml

    r13b75bd rc1ced74d  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>May 19th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to mercurial-3.8.2.  Fixes
     52          <ulink url="&blfs-ticket-root;7855">#7855</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4657    <listitem>
    4758      <para>May 18th, 2016</para>
  • packages.ent

    r13b75bd rc1ced74d  
    274274<!ENTITY llvm-version                 "3.8.0">
    275275<!ENTITY lua-version                  "5.3.2">
    276 <!ENTITY mercurial-version            "3.8.1">
     276<!ENTITY mercurial-version            "3.8.2">
    277277<!ENTITY nasm-version                 "2.12.01">
    278278<!ENTITY npapi-sdk-version            "0.27.2">
Note: See TracChangeset for help on using the changeset viewer.