Changeset a7e1348


Ignore:
Timestamp:
10/27/2011 07:11:12 AM (13 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ec20730
Parents:
4b54394
Message:

Handle .xz format packages as well as .bz2 and .gz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/urls.xsl

    r4b54394 ra7e1348  
    3333                  or not(ancestor::varlistentry[@vendor])) and
    3434                  (contains(@url, '.bz2') or contains(@url, '.tar.gz') or
    35                   contains(@url, '.tgz') or contains(@url, '.patch')) and
     35                  contains(@url, '.tgz') or contains(@url, '.patch') or
     36                  contains(@url, '.xz')) and
    3637                  not(ancestor-or-self::*/@condition = 'pdf')">
    3738      <!-- Extract the package name -->
Note: See TracChangeset for help on using the changeset viewer.