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/packages.xsl

    r3faf067 r978286a  
    55
    66  <xsl:output method="text"/>
    7 
    8   <!-- The libc model used for HLFS -->
    9   <xsl:param name="model" select="'glibc'"/>
    10 
    11   <!-- The kernel series used for HLFS -->
    12   <xsl:param name="kernel" select="'2.6'"/>
    137
    148  <!-- Should we include a package manager? -->
     
    2014  <xsl:template match="/">
    2115    <xsl:apply-templates
    22          select="//varlistentry[(@condition=$model   or not(@condition)) and
    23                                 (@revision=$revision or not(@revision))  and
    24                                 (@vendor=$kernel     or not(@vendor))]
     16         select="//varlistentry[(@revision=$revision or not(@revision))  and
    2517                      //para[contains(string(),'Download:')]"/>
    2618    <xsl:if test="$pkgmngt='y'">
Note: See TracChangeset for help on using the changeset viewer.