diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-11 18:24:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-11 18:24:23 +0000 |
commit | a0afc1b210511f9da42c74a7d424ff79fbb1d8fd (patch) | |
tree | 9cf11ebe57072ab9ad8d0a746c7d9a4087633c1a | |
parent | 624a0390fcd21ba2cb712b7da781d4ee99595df8 (diff) |
Reset location of anduin hosted files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | general.ent | 8 | ||||
-rw-r--r-- | packages.ent | 4 |
3 files changed, 14 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ae0a4c0b3..e8d426d46 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,15 @@ --> <listitem> + <para>2015-10-11</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Reset location of anduin hosted files.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-10-02</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 243415201..8a64d5434 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ -<!ENTITY version "SVN-20151002"> +<!ENTITY version "SVN-20151011"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release but not -rc releases --> -<!ENTITY releasedate "October 2, 2015"> +<!ENTITY releasedate "October 11, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.9"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> @@ -21,9 +21,7 @@ <!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/"> -<!ENTITY anduin "http://anduin.linuxfromscratch.org/sources"> -<!ENTITY anduin-sources "&anduin;/LFS/lfs-packages/conglomeration/"> -<!ENTITY anduin-other "&anduin;/other/"> +<!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/LFS"> <!ENTITY buildtime "Approximate build time"> <!ENTITY diskspace "Required disk space"> diff --git a/packages.ent b/packages.ent index fc432d19a..bf607d0d3 100644 --- a/packages.ent +++ b/packages.ent @@ -294,7 +294,7 @@ <!ENTITY iana-etc-version "2.30"> <!ENTITY iana-etc-size "201 KB"> -<!ENTITY iana-etc-url "&anduin-sources;iana-etc/iana-etc-&iana-etc-version;.tar.bz2"> +<!ENTITY iana-etc-url "&anduin-sources;/iana-etc-&iana-etc-version;.tar.bz2"> <!ENTITY iana-etc-md5 "3ba3afb1d1b261383d247f46cb135ee8"> <!ENTITY iana-etc-home "http://freecode.com/projects/iana-etc"> <!ENTITY iana-etc-ch6-du "2.2 MB"> @@ -585,7 +585,7 @@ <!ENTITY udev-lfs-version "udev-lfs-20140408"> <!ENTITY udev-lfs-size "11 KB"> -<!ENTITY udev-lfs-url "&anduin-other;&udev-lfs-version;.tar.bz2"> +<!ENTITY udev-lfs-url "&anduin-sources;/&udev-lfs-version;.tar.bz2"> <!ENTITY udev-lfs-md5 "c2d6b127f89261513b23b6d458484099"> <!ENTITY udev-lfs-home " "> |