source: general.ent@ 48a3830

11.0 11.0-rc1 11.0-rc2 11.0-rc3 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 ml-11.0 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 48a3830 was 48a3830, checked in by Xi Ruoyao <xry111@…>, 3 years ago

use https for rivendell, to skip a redirection

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