diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-06-21 15:17:03 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-06-21 15:22:27 +0800 |
commit | ca22630e6aa06c75b222d9d6b7f65cab3d27583b (patch) | |
tree | ac6fca0995f4b2f13e115b61a778a0f02cb2a945 /general.ent | |
parent | c7b29be1c1fe428bc58f7abda78f53bc9f7db7bb (diff) |
provide revision-specific wget-list-$(REV) file
It's irrational to force a sysv builder to download systemd, or vice
versa. But we cannot simply make wget-list specific for revision: IIRC
the wget-list file with all packages in either revision is used by some
scripts on rivendell. So we keep wget-list as is, and provide a new
wget-list-$(REV) file which only contains the packages for one revision.
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/general.ent b/general.ent index 7da71e60e..f378f7e20 100644 --- a/general.ent +++ b/general.ent @@ -72,6 +72,13 @@ <!ENTITY copyrightdate "%crdate;"> ]]> +<![ %sysv; [ +<!ENTITY wget-list "wget-list-sysv"> +]]> +<![ %systemd; [ +<!ENTITY wget-list "wget-list-systemd"> +]]> + <!ENTITY lfs-root "https://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> <!ENTITY blfs-book "&blfs-root;view/&short-version;/"> |