git-2.7.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17128 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2016-03-19 01:08:52 +00:00
parent 709ec432f3
commit 28814022ee
3 changed files with 21 additions and 14 deletions

View File

@ -8,11 +8,10 @@
<!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
<!ENTITY git-download-ftp "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
<!ENTITY git-md5sum "eece7b1e87983271621a0cb6aab37a25">
<!ENTITY git-md5sum "b0219fcb6d73104361f4fbdba3741d00">
<!ENTITY git-size "3.8 MB">
<!ENTITY git-buildsize "364 MB (including the pre-built documentation)">
<!ENTITY git-time "0.8 SBU (add 2.4 SBU for building documentation)">
<!-- tests used to take 12 SBU, grep-2.23 causes them to fail after 4.0 SBU -->
<!ENTITY git-buildsize "3683 MB (including the pre-built documentation)">
<!ENTITY git-time "0.8 SBU (add 2.9 SBU for building documentation, add 4.1 SBU if running the tests - or 2.2 SBU with -j4)">
]>
<sect1 id="git" xreflabel="git-&git-version;">
@ -124,11 +123,16 @@
<xref linkend="valgrind"/>
</para>
<bridgehead renderas="sect4">Optional (to create the man pages and html docs)</bridgehead>
<bridgehead renderas="sect4">Optional (to create the man pages, html docs
and other docs)</bridgehead>
<para>
<xref linkend="xmlto"/> and
<ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> or
<ulink url="http://asciidoctor.org/">AsciiDoctor</ulink>
<ulink url="http://asciidoctor.org/">AsciiDoctor</ulink>, and also
<ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>
(for the PDF version of the user manual), and
<ulink url="http://docbook2x.sourceforge.net/">docbook2x</ulink> to
create info pages
</para>
<para condition="html" role="usernotes">User Notes:
@ -170,11 +174,9 @@ make</userinput></screen>
<screen><userinput>make man</userinput></screen>
<para>
<!-- The test suite can be run in parallel mode. To run the test suite, issue: -->
The test suite fails early, in 'blame respects encoding', because grep-2.23
treats data in the locale tests as binary. To run the tests up to that
point issue:
<command>make test</command>. -->
The test suite can be run in parallel mode. To run the test suite, issue:
<command>make test</command>. If run as a normal user, 0 tests should be
reported as failed in the final summary.
</para>
<para>
@ -225,10 +227,11 @@ find /usr/share/doc/git-&git-version; -type d -exec chmod 755 {} \; &amp;
find /usr/share/doc/git-&git-version; -type f -exec chmod 644 {} \;</userinput></screen>
<!-- ==== Reorganize docs ====== -->
<bridgehead renderas="sect3">Reorganize man pages and/or html docs (both methods)</bridgehead>
<bridgehead renderas="sect3">Reorganize text and html in the html-docs (both methods)</bridgehead>
<para>
For both methods, reorganize the files, as
For both methods, the html-docs include a lot of plain text files.
Reorganize the files as the
<systemitem class="username">root</systemitem> user:
</para>

View File

@ -46,6 +46,10 @@
<listitem>
<para>March 18th, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - Update to git-2.7.4. Fixes
<ulink url="&blfs-ticket-root;7507">#7507</ulink>.</para>
</listitem>
<listitem>
<para>[igor] - Update to firefox-45.0.1. Fixes
<ulink url="&blfs-ticket-root;7606">#7606</ulink>.</para>

View File

@ -268,7 +268,7 @@
<!ENTITY gcc-ada-version "5.3.0">
<!ENTITY gc-version "7.4.2">
<!ENTITY gdb-version "7.11">
<!ENTITY git-version "2.7.1">
<!ENTITY git-version "2.7.4">
<!ENTITY guile-version "2.0.11">
<!ENTITY librep-version "0.92.5">
<!ENTITY llvm-version "3.8.0">