Changeset 91b5249 for jhalfs


Ignore:
Timestamp:
09/01/2019 09:00:48 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
085435e
Parents:
974fe35
Message:

Fix retrieval of BLFS 9.0 tag. Note that older tags cannot be processed by
present jhalfs, and the case statement should be simplified...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r974fe35 r91b5249  
    327327       branch-6.* )  BLFS_TREE=branches/${BLFS_BRANCH_ID#branch-}/BOOK ;;
    328328         branch-* )  BLFS_TREE=branches/${BLFS_BRANCH_ID#branch-} ;;
    329   6.2* | 7.* | 8.*)  BLFS_TREE=tags/${BLFS_BRANCH_ID} ;;
    330                 * )  BLFS_TREE=tags/${BLFS_BRANCH_ID}/BOOK ;;
     329    [isv]* | 6.3* )  BLFS_TREE=tags/${BLFS_BRANCH_ID}/BOOK ;;
     330                * )  BLFS_TREE=tags/${BLFS_BRANCH_ID} ;;
    331331    esac
    332332  fi
Note: See TracChangeset for help on using the changeset viewer.