mercurial-3.8.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17378 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2016-05-19 15:32:44 +00:00
parent 13b75bdc2f
commit c1ced74dca
4 changed files with 30 additions and 15 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "18"> <!-- Always 2 digits -->
<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "May 18th &year;">
<!ENTITY releasedate "May 19th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -6,8 +6,8 @@
<!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
<!ENTITY mercurial-download-ftp " ">
<!ENTITY mercurial-md5sum "172a8c588adca12308c2aca16608d7f4">
<!ENTITY mercurial-size "4.5 MB">
<!ENTITY mercurial-md5sum "c38daa0cbe264fc621dc3bb05933b0b3">
<!ENTITY mercurial-size "4.6 MB">
<!ENTITY mercurial-buildsize "52 MB (385 MB with docs and tests)">
<!ENTITY mercurial-time "less than 0.1 SBU (15 SBU with docs and tests)">
]>
@ -98,6 +98,7 @@
<screen><userinput>make doc</userinput></screen>
<!-- All tests pass (or are skipped) at version 3.8.2
<para>Running the test suite is optional. Tests which fail may be disabled,
adding each one to <filename>tests/blacklists/failed-tests</filename>. In
order to execute the test suite using the temporary directory <filename
@ -108,20 +109,23 @@
<literal># Test Failures
test-gpg.t</literal>
EOF
rm -rf tests/tmp &amp;&amp;
-->
<para>
To run the test suite, issue:
</para>
<screen><userinput>rm -rf tests/tmp &amp;&amp;
TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/failed-tests" \
make check</userinput></screen>
<para>where <replaceable>&lt;N&gt;</replaceable> is an integer between one
and the number of ( processor X threads ), inclusive. In order to
and the number of ( processor X threads ), inclusive. <!-- In order to
investigate the apparently failing tests, you may use the
<command>run-tests.py</command> script. To see the almost forty switches,
some of them very useful, issue <command>tests/run-tests.py - -help</command>.
Running the following commands, you will execute only the tests that failed
before:</para>
before:--></para>
<!--
<screen><userinput>pushd tests &amp;&amp;
rm -rf tmp &amp;&amp;
@ -140,7 +144,7 @@ popd</userinput></screen>
start, end, user, system and real times. Notice that the switches may be
used with <command>make check</command>, including them in the
<envar>TESTFLAGS</envar> environment variable.</para>
-->
<para>Install <application>Mercurial</application> by running the following
command (as <systemitem class="username">root</systemitem>):</para>

View File

@ -43,6 +43,17 @@
</listitem>
-->
<listitem>
<para>May 19th, 2016</para>
<itemizedlist>
<listitem>
<para>[pierre] - Update to mercurial-3.8.2. Fixes
<ulink url="&blfs-ticket-root;7855">#7855</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>May 18th, 2016</para>
<itemizedlist>

View File

@ -273,7 +273,7 @@
<!ENTITY librep-version "0.92.5">
<!ENTITY llvm-version "3.8.0">
<!ENTITY lua-version "5.3.2">
<!ENTITY mercurial-version "3.8.1">
<!ENTITY mercurial-version "3.8.2">
<!ENTITY nasm-version "2.12.01">
<!ENTITY npapi-sdk-version "0.27.2">
<!ENTITY php-version "7.0.6">