Changeset e650dc7 for jhalfs


Ignore:
Timestamp:
02/22/2012 09:18:56 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
8ea21f8
Parents:
f21dff8
Message:

Adaptation to new tags/branch tree structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rf21dff8 re650dc7  
    155155  * )
    156156    case $PROGNAME in
    157       lfs | hlfs )
     157      lfs )
     158        LFSVRS=${BRANCH_ID}
     159        TREE=tags/${BRANCH_ID}
     160        if (( ${BRANCH_ID:0:1} < 7 )) ; then
     161            TREE=${TREE}/BOOK
     162        fi
     163        ;;
     164      hlfs )
    158165        LFSVRS=${BRANCH_ID}
    159166        TREE=tags/${BRANCH_ID}/BOOK
Note: See TracChangeset for help on using the changeset viewer.