Author: bdubbs Date: Sun Jan 26 20:37:49 2014 New Revision: 12638 Log: Update url for git
Modified: trunk/BOOK/general/prog/git.xml Modified: trunk/BOOK/general/prog/git.xml ============================================================================== --- trunk/BOOK/general/prog/git.xml Sun Jan 26 07:21:02 2014 (r12637) +++ trunk/BOOK/general/prog/git.xml Sun Jan 26 20:37:49 2014 (r12638) @@ -4,14 +4,15 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY git-download-http "http://git-core.googlecode.com/files/git-&git-version;.tar.gz"> + <!ENTITY git-root "https://www.kernel.org/pub/software/scm/git" > + + <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.gz"> <!ENTITY git-download-ftp " "> - <!ENTITY git-md5sum "57b966065882f83ef5879620a1e329ca"> - <!ENTITY git-size "4.6 MB"> - <!ENTITY git-buildsize "190 MB (additional 14 MB with downloaded docs and - man pages, or 24 MB building docs and man pages)"> - <!ENTITY git-time "0.7 SBU (additional 8.4 SBU for tests and 2.6 SBU - for docs and man pages creation)"> + <!ENTITY git-md5sum "2a8a515c3e69e26d5e027aec7c9e9150"> + <!ENTITY git-size "4.5 MB"> + <!ENTITY git-buildsize "207 MB"> + <!ENTITY git-time "0.7 SBU (additional 8 SBU for tests and 2.7 SBU + for docs and man creation)"> ]> <sect1 id="git" xreflabel="git-&git-version;"> @@ -85,15 +86,15 @@ <itemizedlist spacing="compact"> <listitem> <para> - <ulink url="http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz"> - http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz</ulink> + <ulink url="&git-root;/git-manpages-&git-version;.tar.xz"> + &git-root;/git-manpages-&git-version;.tar.gz</ulink> (only needed if you've not installed asciidoc and xmlto) </para> </listitem> <listitem> <para> - <ulink url="http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz"> - http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz</ulink> + <ulink url="&git-root;/git-htmldocs-&git-version;.tar.xz"> + &git-root;/git-htmldocs-&git-version;.tar.gz</ulink> and other docs (only needed if you've not installed asciidoc). </para> </listitem> @@ -137,7 +138,7 @@ commands: </para> -<screen><userinput>./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --libexecdir=/usr/lib \ --with-gitconfig=/etc/gitconfig && make</userinput></screen> @@ -300,10 +301,8 @@ <seglistitem> <seg> - git, git-receive-pack and git-upload-archive - (hardlinked to each other); - git-shell, git-cvsserver, git-upload-pack and - gitk (this one is optional) + git, git-receive-pack and git-upload-archive (hardlinked to each other), + git-shell, git-cvsserver, git-upload-pack, and gitk </seg> <seg> None @@ -313,10 +312,11 @@ /usr/share/doc/git-&git-version;, /usr/share/git-core, /usr/share/git-gui, - /usr/share/gitk (optional), + /usr/share/gitk, /usr/share/gitweb, /usr/lib/perl5/site_perl/<5.x.y>/Git and /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Git + </seg> </seglistitem> </segmentedlist> @@ -354,8 +354,8 @@ <term><command>gitk</command></term> <listitem> <para> - (optional) is a graphical <application>Git</application> repository - browser (needs <xref linkend="tk"/>). + is a graphical <application>Git</application> repository browser + (needs <xref linkend="tk"/>). </para> <indexterm zone="git gitk"> <primary sortas="b-gitk">gitk</primary> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
