Changeset aca25d4 for general.ent


Ignore:
Timestamp:
05/04/2013 10:28:53 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
00c1c08
Parents:
3b60741
Message:

Sync with latest trunk updates.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3b60741 raca25d4  
    1 <!ENTITY version "SYSTEMD-20130428">
    2 <!ENTITY releasedate "April 28, 2013">
    3 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    4 <!ENTITY milestone "7.4">
     1<!ENTITY version         "SYSTEMD-20130504">
     2<!ENTITY releasedate     "May 4, 2013">
     3<!ENTITY copyrightdate   "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
     4<!ENTITY milestone       "7.4">
    55<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
    66
    7 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
     7<!ENTITY lfs-root        "http://www.linuxfromscratch.org/">
     8<!ENTITY blfs-root       "&lfs-root;blfs/">
     9<!ENTITY faq-root        "&lfs-root;faq/">
     10<!ENTITY hints-root      "&lfs-root;hints/downloads/files/">
     11<!ENTITY hints-index     "&lfs-root;hints/list.html">
     12<!ENTITY patches-root    "&lfs-root;patches/lfs/&generic-version;/">
     13<!ENTITY downloads-root  "&lfs-root;lfs/downloads/&generic-version;/">
     14<!ENTITY livecd-root     "&lfs-root;livecd/">
     15<!ENTITY test-results    "&lfs-root;lfs/build-logs/&generic-version;/">
     16<!ENTITY errata          "&lfs-root;lfs/errata/&generic-version;/">
     17                         
    818<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
    9 <!ENTITY blfs-root "&lfs-root;blfs/">
    10 <!ENTITY faq-root "&lfs-root;faq/">
    11 <!ENTITY hints-root "&lfs-root;hints/downloads/files/">
    12 <!ENTITY hints-index "&lfs-root;hints/list.html">
    13 <!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
    14 <!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
    15 <!ENTITY anduin-sources "http://anduin.linuxfromscratch.org/sources/LFS/lfs-packages/conglomeration/">
    16 <!ENTITY anduin-other "http://anduin.linuxfromscratch.org/sources/other/">
    17 <!ENTITY livecd-root "&lfs-root;livecd/">
    18 <!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
    19 <!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
    2019
    21 <!ENTITY buildtime "Approximate build time">
    22 <!ENTITY diskspace "Required disk space">
    23 <!ENTITY dependencies "Installation depends on">
    24 <!ENTITY testsuites "Test suite depends on">
    25 <!ENTITY before "Must be installed before">
    26 <!ENTITY external "Optional dependencies">
     20<!ENTITY anduin          "http://anduin.linuxfromscratch.org/sources">
     21<!ENTITY anduin-sources  "&anduin;/LFS/lfs-packages/conglomeration/">
     22<!ENTITY anduin-other    "&anduin;/other/">
    2723
    28 <!ENTITY gnu "http://ftp.gnu.org/gnu/">
    29 <!ENTITY gnu-software "http://www.gnu.org/software/">
    30 <!ENTITY alpha-gnu "ftp://alpha.gnu.org/gnu/">
    31 <!ENTITY kernel "http://www.kernel.org/pub/">
    32 <!ENTITY sourceforge "http://prdownloads.sourceforge.net/">
     24<!ENTITY buildtime       "Approximate build time">
     25<!ENTITY diskspace       "Required disk space">
     26<!ENTITY dependencies    "Installation depends on">
     27<!ENTITY testsuites      "Test suite depends on">
     28<!ENTITY before          "Must be installed before">
     29<!ENTITY external        "Optional dependencies">
     30                         
     31<!ENTITY gnu             "http://ftp.gnu.org/gnu/">
     32<!ENTITY gnu-software    "http://www.gnu.org/software/">
     33<!ENTITY alpha-gnu       "http://alpha.gnu.org/gnu/">
     34<!ENTITY kernel          "http://www.kernel.org/pub/">
     35<!ENTITY sourceforge     "http://prdownloads.sourceforge.net/">
    3336
    3437<!ENTITY % packages-entities SYSTEM "packages.ent">
Note: See TracChangeset for help on using the changeset viewer.