source: general.ent@ 4429e8f

11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 arm bdubbs/gcc13 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 4429e8f was 4429e8f, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove a duplicated entity in general.ent

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