source: general.ent@ bd90b9b

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 bd90b9b was bd90b9b, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Add a conditional entity for sysv/systemd

This removes the need for versiond, and other xxxd entities. Those
entities will be removed in the next commits.

  • Property mode set to 100644
File size: 3.2 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 blfs-book "&blfs-root;view/&short-version;/">
38<!ENTITY faq-root "&lfs-root;faq/">
39<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
40<!ENTITY hints-index "&lfs-root;hints/list.html">
41<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
42<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
43<!ENTITY livecd-root "&lfs-root;livecd/">
44<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
45<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/">
46<!ENTITY secadv "&lfs-root;lfs/advisories/">
47<!ENTITY min-kernel "3.2">
48<!--
49<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
50<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
51<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
52<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
53-->
54<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
55
56<!ENTITY anduin-sources "https://anduin.linuxfromscratch.org/LFS">
57
58<!ENTITY buildtime "Approximate build time">
59<!ENTITY diskspace "Required disk space">
60<!ENTITY dependencies "Installation depends on">
61<!ENTITY runtime "Required at runtime">
62<!ENTITY testsuites "Test suite depends on">
63<!ENTITY before "Must be installed before">
64<!ENTITY external "Optional dependencies">
65
66<!ENTITY gnu "https://ftp.gnu.org/gnu/">
67<!ENTITY gnu-software "https://www.gnu.org/software/">
68<!ENTITY alpha-gnu "https://alpha.gnu.org/gnu/">
69<!ENTITY kernel "https://www.kernel.org/pub/">
70<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
71<!ENTITY savannah "https://download.savannah.gnu.org">
72<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
73<!ENTITY github "https://github.com">
74
75<!ENTITY % packages-entities SYSTEM "packages.ent">
76%packages-entities;
77
78<!ENTITY % patches-entities SYSTEM "patches.ent">
79%patches-entities;
Note: See TracBrowser for help on using the repository browser.