Changeset bd90b9b for general.ent


Ignore:
Timestamp:
09/01/2021 09:08:49 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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
Children:
615f5b8
Parents:
3443abb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3443abb rbd90b9b  
     1<!-- Automatically generated by git-version.sh -->
     2<!ENTITY % conditional-entities SYSTEM "conditional.ent">
     3%conditional-entities;
     4
    15<!-- version info automatically generated by git
    2      comment the following two lines for release -->
     6     comment out the following two lines for release -->
    37<!ENTITY % version-entities SYSTEM "version.ent">
    48%version-entities;
     
    711     for releases (including -rc) -->
    812<!--
     13<![ %sysv; [
    914<!ENTITY version         "10.2-rc1">
    10 <!ENTITY versiond        "10.2-systemd-rc1">
     15]]>
     16<![ %systemd; [
     17<!ENTITY version         "10.2-systemd-rc1">
     18]]>
    1119<!ENTITY releasedate     "August 26th, 2021">
    1220<!ENTITY copyrightdate   "1999-2021">
     
    1422<!-- jhalfs needs a literal dash, not &ndash; -->
    1523
     24<![ %sysv; [
    1625<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    1726                                      Change to x.y for release but not -rc releases -->
    1827<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    19 
    20 <!ENTITY short-versiond  "systemd">  <!--Change to stable-systemd for release  -->
    21 <!ENTITY generic-versiond "systemd">
     28]]>
     29<![ %systemd; [
     30<!ENTITY short-version  "systemd">  <!--Change to stable-systemd for release  -->
     31<!ENTITY generic-version "systemd">
     32]]>
    2233
    2334<!ENTITY lfs-root        "https://www.linuxfromscratch.org/">
    2435<!ENTITY blfs-root       "&lfs-root;blfs/">
    2536<!ENTITY blfs-book       "&blfs-root;view/&short-version;/">
    26 <!ENTITY blfs-systemd-book "&blfs-root;view/&short-versiond;/">
     37<!ENTITY blfs-book       "&blfs-root;view/&short-version;/">
    2738<!ENTITY faq-root        "&lfs-root;faq/">
    2839<!ENTITY hints-root      "&lfs-root;hints/downloads/files/">
     
    3546<!ENTITY secadv          "&lfs-root;lfs/advisories/">
    3647<!ENTITY min-kernel      "3.2">
    37 
     48<!--
    3849<!ENTITY patches-rootd   "&lfs-root;patches/lfs/&generic-versiond;/">
    3950<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
    4051<!ENTITY test-resultsd   "&lfs-root;lfs/build-logs/&generic-versiond;/">
    4152<!ENTITY erratad         "&lfs-root;lfs/errata/&generic-versiond;/">
    42 
     53-->
    4354<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
    4455
Note: See TracChangeset for help on using the changeset viewer.