source: general.ent@ 3a673c71

11.0-rc3
Last change on this file since 3a673c71 was 3a673c71, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Fix files for rc-3

  • Property mode set to 100644
File size: 2.9 KB
Line 
1<!-- version info automatically generated by git
2 comment the following two lines for release -->
3<!--
4<!ENTITY % version-entities SYSTEM "version.ent">
5%version-entities;
6-->
7
8<!-- uncomment and edit the following four lines
9 for releases (including -rc) -->
10
11<!ENTITY version "11.0-rc3">
12<!ENTITY versiond "11.0-systemd-rc3">
13<!ENTITY releasedate "August 25th, 2021">
14<!ENTITY copyrightdate "1999-2021">
15
16<!-- jhalfs needs a literal dash, not &ndash; -->
17
18<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
19 Change to x.y for release but not -rc releases -->
20<!ENTITY generic-version "11.0-rc3"> <!-- Use "development" or "x.y[-pre{x}]" -->
21
22<!ENTITY short-versiond "systemd">
23<!ENTITY generic-versiond "systemd">
24
25<!ENTITY lfs-root "https://www.linuxfromscratch.org/">
26<!ENTITY blfs-root "&lfs-root;blfs/">
27<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
28<!ENTITY faq-root "&lfs-root;faq/">
29<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
30<!ENTITY hints-index "&lfs-root;hints/list.html">
31<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
32<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
33<!ENTITY livecd-root "&lfs-root;livecd/">
34<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
35<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
36<!ENTITY secadv "&lfs-root;lfs/advisories/">
37<!ENTITY min-kernel "3.2">
38
39<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
40<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
41<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
42<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
43
44<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
45
46<!ENTITY anduin-sources "https://anduin.linuxfromscratch.org/LFS">
47
48<!ENTITY buildtime "Approximate build time">
49<!ENTITY diskspace "Required disk space">
50<!ENTITY dependencies "Installation depends on">
51<!ENTITY runtime "Required at runtime">
52<!ENTITY testsuites "Test suite depends on">
53<!ENTITY before "Must be installed before">
54<!ENTITY external "Optional dependencies">
55
56<!ENTITY gnu "https://ftp.gnu.org/gnu/">
57<!ENTITY gnu-software "https://www.gnu.org/software/">
58<!ENTITY alpha-gnu "https://alpha.gnu.org/gnu/">
59<!ENTITY kernel "https://www.kernel.org/pub/">
60<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
61<!ENTITY savannah "https://download.savannah.gnu.org">
62<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
63<!ENTITY github "https://github.com">
64
65<!ENTITY % packages-entities SYSTEM "packages.ent">
66%packages-entities;
67
68<!ENTITY % patches-entities SYSTEM "patches.ent">
69%patches-entities;
Note: See TracBrowser for help on using the repository browser.