diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-05-04 22:28:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-05-04 22:28:53 +0000 |
commit | aca25d4bc9c42f3074f55ed9ac8ebb8a3f609e30 (patch) | |
tree | 4627da77d9c33bec37c62e1ae8bec74cddc2371b /general.ent | |
parent | 3b60741f5a8fe76b0d42f254fa6423247bd0d88b (diff) |
Sync with latest trunk updates.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 57 |
1 files changed, 30 insertions, 27 deletions
diff --git a/general.ent b/general.ent index 43811291d..fcbed754d 100644 --- a/general.ent +++ b/general.ent @@ -1,35 +1,38 @@ -<!ENTITY version "SYSTEMD-20130428"> -<!ENTITY releasedate "April 28, 2013"> -<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – --> -<!ENTITY milestone "7.4"> +<!ENTITY version "SYSTEMD-20130504"> +<!ENTITY releasedate "May 4, 2013"> +<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – --> +<!ENTITY milestone "7.4"> <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> -<!ENTITY lfs-root "http://www.linuxfromscratch.org/"> +<!ENTITY lfs-root "http://www.linuxfromscratch.org/"> +<!ENTITY blfs-root "&lfs-root;blfs/"> +<!ENTITY faq-root "&lfs-root;faq/"> +<!ENTITY hints-root "&lfs-root;hints/downloads/files/"> +<!ENTITY hints-index "&lfs-root;hints/list.html"> +<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/"> +<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/"> +<!ENTITY livecd-root "&lfs-root;livecd/"> +<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/"> +<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/"> + <!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/"> -<!ENTITY blfs-root "&lfs-root;blfs/"> -<!ENTITY faq-root "&lfs-root;faq/"> -<!ENTITY hints-root "&lfs-root;hints/downloads/files/"> -<!ENTITY hints-index "&lfs-root;hints/list.html"> -<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/"> -<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/"> -<!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/sources/LFS/lfs-packages/conglomeration/"> -<!ENTITY anduin-other "http://anduin.linuxfromscratch.org/sources/other/"> -<!ENTITY livecd-root "&lfs-root;livecd/"> -<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/"> -<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/"> -<!ENTITY buildtime "Approximate build time"> -<!ENTITY diskspace "Required disk space"> -<!ENTITY dependencies "Installation depends on"> -<!ENTITY testsuites "Test suite depends on"> -<!ENTITY before "Must be installed before"> -<!ENTITY external "Optional dependencies"> +<!ENTITY anduin "http://anduin.linuxfromscratch.org/sources"> +<!ENTITY anduin-sources "&anduin;/LFS/lfs-packages/conglomeration/"> +<!ENTITY anduin-other "&anduin;/other/"> -<!ENTITY gnu "http://ftp.gnu.org/gnu/"> -<!ENTITY gnu-software "http://www.gnu.org/software/"> -<!ENTITY alpha-gnu "ftp://alpha.gnu.org/gnu/"> -<!ENTITY kernel "http://www.kernel.org/pub/"> -<!ENTITY sourceforge "http://prdownloads.sourceforge.net/"> +<!ENTITY buildtime "Approximate build time"> +<!ENTITY diskspace "Required disk space"> +<!ENTITY dependencies "Installation depends on"> +<!ENTITY testsuites "Test suite depends on"> +<!ENTITY before "Must be installed before"> +<!ENTITY external "Optional dependencies"> + +<!ENTITY gnu "http://ftp.gnu.org/gnu/"> +<!ENTITY gnu-software "http://www.gnu.org/software/"> +<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/"> +<!ENTITY kernel "http://www.kernel.org/pub/"> +<!ENTITY sourceforge "http://prdownloads.sourceforge.net/"> <!ENTITY % packages-entities SYSTEM "packages.ent"> %packages-entities; |