Changeset 28814022


Ignore:
Timestamp:
03/19/2016 01:08:52 AM (8 years ago)
Author:
Ken Moffat <ken@…>
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:
63e837a6
Parents:
709ec43
Message:

git-2.7.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r709ec43 r28814022  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
    11   <!ENTITY git-md5sum        "eece7b1e87983271621a0cb6aab37a25">
     11  <!ENTITY git-md5sum        "b0219fcb6d73104361f4fbdba3741d00">
    1212  <!ENTITY git-size          "3.8 MB">
    13   <!ENTITY git-buildsize     "364 MB (including the pre-built documentation)">
    14   <!ENTITY git-time          "0.8 SBU (add 2.4 SBU for building documentation)">
    15   <!-- tests used to take 12 SBU, grep-2.23 causes them to fail after 4.0 SBU -->
     13  <!ENTITY git-buildsize     "3683 MB (including the pre-built documentation)">
     14  <!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)">
    1615]>
    1716
     
    125124    </para>
    126125
    127     <bridgehead renderas="sect4">Optional (to create the man pages and html docs)</bridgehead>
     126    <bridgehead renderas="sect4">Optional (to create the man pages, html docs
     127    and other docs)</bridgehead>
    128128    <para>
    129129      <xref linkend="xmlto"/> and
    130130      <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> or
    131       <ulink url="http://asciidoctor.org/">AsciiDoctor</ulink>
     131      <ulink url="http://asciidoctor.org/">AsciiDoctor</ulink>, and also
     132      <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>
     133      (for the PDF version of the user manual), and
     134      <ulink url="http://docbook2x.sourceforge.net/">docbook2x</ulink> to
     135      create info pages
    132136    </para>
    133137
     
    171175
    172176    <para>
    173 <!--  The test suite can be run in parallel mode. To run the test suite, issue: -->
    174       The test suite fails early, in 'blame respects encoding', because grep-2.23
    175       treats data in the locale tests as binary.  To run the tests up to that
    176       point issue:
    177       <command>make test</command>. -->
     177      The test suite can be run in parallel mode. To run the test suite, issue:
     178      <command>make test</command>. If run as a normal user, 0 tests should be
     179      reported as failed in the final summary.
    178180    </para>
    179181
     
    226228
    227229<!-- ==== Reorganize docs ====== -->
    228     <bridgehead renderas="sect3">Reorganize man pages and/or html docs (both methods)</bridgehead>
    229 
    230     <para>
    231       For both methods, reorganize the files, as
     230    <bridgehead renderas="sect3">Reorganize text and html in the html-docs (both methods)</bridgehead>
     231
     232    <para>
     233      For both methods, the html-docs include a lot of plain text files.
     234      Reorganize the files as the
    232235      <systemitem class="username">root</systemitem> user:
    233236    </para>
  • introduction/welcome/changelog.xml

    r709ec43 r28814022  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[ken] - Update to git-2.7.4. Fixes
     51          <ulink url="&blfs-ticket-root;7507">#7507</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to firefox-45.0.1. Fixes
    5155          <ulink url="&blfs-ticket-root;7606">#7606</ulink>.</para>
  • packages.ent

    r709ec43 r28814022  
    269269<!ENTITY gc-version                   "7.4.2">
    270270<!ENTITY gdb-version                  "7.11">
    271 <!ENTITY git-version                  "2.7.1">
     271<!ENTITY git-version                  "2.7.4">
    272272<!ENTITY guile-version                "2.0.11">
    273273<!ENTITY librep-version               "0.92.5">
Note: See TracChangeset for help on using the changeset viewer.