Changeset 4c0df5c4


Ignore:
Timestamp:
03/01/2022 09:07:36 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
a463b76e
Parents:
4dfe93eb
Message:

Fix some entities in general.ent for releases

Two entities downloads-root-systemd and patch-root were not
modified when switching to release:

  • change the name of downloads-root-systemd to downloads-root since

the aim is to not have "-systemd" entities, and use "&blfs-version;"
for it

  • create a patch-version entity (this one does not change for

systemd), and use it in patch-root

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4dfe93eb r4c0df5c4  
    2121%version-entities;
    2222<![ %sysv; [
    23 <!ENTITY lfs-version  "development">
    24 <!ENTITY blfs-version "svn">
     23<!ENTITY lfs-version   "development">
     24<!ENTITY blfs-version  "svn">
     25<!ENTITY patch-version "svn">
    2526]]>
    2627<![ %systemd; [
    27 <!ENTITY lfs-version  "systemd">
    28 <!ENTITY blfs-version "systemd">
     28<!ENTITY lfs-version   "systemd">
     29<!ENTITY blfs-version  "systemd">
     30<!ENTITY patch-version "svn">
    2931]]>
    3032]]><!-- End %development -->
     
    3234<![ %release; [
    3335<![ %sysv; [
    34 <!ENTITY lfs-version  "%relnum;">
    35 <!ENTITY blfs-version "%relnum;">
     36<!ENTITY lfs-version   "%relnum;">
     37<!ENTITY blfs-version  "%relnum;">
     38<!ENTITY patch-version "%relnum;">
    3639]]>
    3740<![ %systemd; [
    38 <!ENTITY lfs-version  "%relnum;-systemd">
    39 <!ENTITY blfs-version "%relnum;-systemd">
     41<!ENTITY lfs-version   "%relnum;-systemd">
     42<!ENTITY blfs-version  "%relnum;-systemd">
     43<!ENTITY patch-version "%relnum;">
    4044]]>
    4145
     
    6064     Update 'downloads-root-systemd' to x.y-systemd
    6165     -->
    62 <!ENTITY downloads-root       "https://www.linuxfromscratch.org/blfs/downloads/svn">
    63 <!ENTITY downloads-root-systemd "https://www.linuxfromscratch.org/blfs/downloads/systemd">
    64 <!--<!ENTITY downloads-project    "https://downloads.&lfs-domainname;">-->
     66<!ENTITY downloads-root       "&lfs-website;/blfs/downloads/&blfs-version;">
     67<!--<!ENTITY downloads-root-systemd "https://www.linuxfromscratch.org/blfs/downloads/systemd">
     68<!ENTITY downloads-project    "https://downloads.&lfs-domainname;">-->
    6569
    6670<!ENTITY sources-anduin-http  "https://anduin.linuxfromscratch.org/BLFS">
     
    6973<!ENTITY hints-root           "https://www.&lfs-domainname;/hints">
    7074<!ENTITY patch-downloads      "https://www.linuxfromscratch.org/patches/downloads">
    71 <!ENTITY patch-root           "https://www.&lfs-domainname;/patches/blfs/svn">
     75<!ENTITY patch-root           "https://www.&lfs-domainname;/patches/blfs/&patch-version;">
    7276<!ENTITY errata               "https://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
    7377<!ENTITY blfs-ticket-root     "https://wiki.&lfs-domainname;/blfs/ticket/">
  • introduction/important/systemd-units.xml

    r4dfe93eb r4c0df5c4  
    3232    <listitem>
    3333      <para>
    34         Download: <ulink url="&downloads-root-systemd;/blfs-systemd-units-&systemd-units-version;.tar.xz"/>
     34        Download: <ulink url="&downloads-root;/blfs-systemd-units-&systemd-units-version;.tar.xz"/>
    3535      </para>
    3636    </listitem>
Note: See TracChangeset for help on using the changeset viewer.