Changeset 978286a for common/urls.xsl


Ignore:
Timestamp:
02/28/2022 12:30:53 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
16cef03
Parents:
3faf067
Message:

Remove legacy: remove everything about HLFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/urls.xsl

    r3faf067 r978286a  
    1111  <!-- The book family (lfs or clfs). Needed to use the proper FTP path. -->
    1212  <xsl:param name="family">lfs</xsl:param>
    13 
    14   <!-- The libc model used for HLFS -->
    15   <xsl:param name="model" select="'glibc'"/>
    16 
    17   <!-- The kernel series used for HLFS -->
    18   <xsl:param name="kernel" select="'2.6'"/>
    1913
    2014  <!-- Do we use a package manager? -->
     
    3731      name, the next test must be fixed to match it also. Skip possible
    3832      duplicated URLs due that may be splitted for PDF output -->
    39     <xsl:if test="(ancestor::varlistentry[@condition=$model]
    40                   or not(ancestor::varlistentry[@condition])) and
    41                   (ancestor::varlistentry[@vendor=$kernel]
    42                   or not(ancestor::varlistentry[@vendor])) and
    43                   (contains(@url, '.bz2') or contains(@url, '.tar.gz') or
     33    <xsl:if test="(contains(@url, '.bz2') or contains(@url, '.tar.gz') or
    4434                  contains(@url, '.tgz') or contains(@url, '.patch') or
    4535                  contains(@url, '.xz') or contains(@url, '.lzma')) and
Note: See TracChangeset for help on using the changeset viewer.