Ignore:
Timestamp:
01/27/2014 04:37:49 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dba6b4e0
Parents:
0981c536
Message:

Update url for git

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r0981c536 ra79f8e7  
    55  %general-entities;
    66
    7   <!ENTITY git-download-http "http://git-core.googlecode.com/files/git-&git-version;.tar.gz">
     7  <!ENTITY git-root "https://www.kernel.org/pub/software/scm/git" >
     8
     9  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.gz">
    810  <!ENTITY git-download-ftp  " ">
    9   <!ENTITY git-md5sum        "57b966065882f83ef5879620a1e329ca">
    10   <!ENTITY git-size          "4.6 MB">
    11   <!ENTITY git-buildsize     "190 MB (additional 14 MB with downloaded docs and
    12                               man pages, or 24 MB building docs and man pages)">
    13   <!ENTITY git-time          "0.7 SBU (additional 8.4 SBU for tests and 2.6 SBU
    14                               for docs and man pages creation)">
     11  <!ENTITY git-md5sum        "2a8a515c3e69e26d5e027aec7c9e9150">
     12  <!ENTITY git-size          "4.5 MB">
     13  <!ENTITY git-buildsize     "207 MB">
     14  <!ENTITY git-time          "0.7 SBU (additional 8 SBU for tests and 2.7 SBU
     15                              for docs and man creation)">
    1516]>
    1617
     
    8687      <listitem>
    8788        <para>
    88           <ulink url="http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz">
    89           http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz</ulink>
     89          <ulink url="&git-root;/git-manpages-&git-version;.tar.xz">
     90          &git-root;/git-manpages-&git-version;.tar.gz</ulink>
    9091          (only needed if you've not installed asciidoc and xmlto)
    9192        </para>
     
    9394      <listitem>
    9495        <para>
    95           <ulink url="http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz">
    96           http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz</ulink>
     96          <ulink url="&git-root;/git-htmldocs-&git-version;.tar.xz">
     97          &git-root;/git-htmldocs-&git-version;.tar.gz</ulink>
    9798          and other docs (only needed if you've not installed asciidoc).
    9899        </para>
     
    138139    </para>
    139140
    140 <screen><userinput>./configure --prefix=/usr \
     141<screen><userinput>./configure --prefix=/usr         \
    141142            --libexecdir=/usr/lib \
    142143            --with-gitconfig=/etc/gitconfig &amp;&amp;
     
    301302      <seglistitem>
    302303        <seg>
    303           git, git-receive-pack and git-upload-archive
    304           (hardlinked to each other);
    305           git-shell, git-cvsserver, git-upload-pack and
    306           gitk (this one is optional)
     304          git, git-receive-pack and git-upload-archive (hardlinked to each other),
     305          git-shell, git-cvsserver, git-upload-pack, and gitk
    307306        </seg>
    308307        <seg>
     
    314313          /usr/share/git-core,
    315314          /usr/share/git-gui,
    316           /usr/share/gitk (optional),
     315          /usr/share/gitk,
    317316          /usr/share/gitweb,
    318317          /usr/lib/perl5/site_perl/&lt;5.x.y&gt;/Git and
    319318          /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Git
     319       
    320320        </seg>
    321321      </seglistitem>
     
    355355        <listitem>
    356356          <para>
    357             (optional) is a graphical <application>Git</application> repository
    358             browser (needs <xref linkend="tk"/>).
     357            is a graphical <application>Git</application> repository browser
     358            (needs <xref linkend="tk"/>).
    359359          </para>
    360360          <indexterm zone="git gitk">
Note: See TracChangeset for help on using the changeset viewer.