Changeset c506b99


Ignore:
Timestamp:
12/01/2005 12:54:52 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
782efe8
Parents:
540e0c6
Message:

Update jhalfs to drop testing and use the released 6.1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r540e0c6 rc506b99  
    177177      fi
    178178    else
    179       if [ $LFSVRS = development ] ; then
    180         svn co $SVN/LFS/trunk/BOOK lfs-$LFSVRS >>$LOGDIR/$LOG 2>&1
    181       else
    182         svn co $SVN/LFS/branches/$LFSVRS/BOOK lfs-$LFSVRS >>$LOGDIR/$LOG 2>&1
    183       fi
     179      case $LFSVRS in
     180        development)
     181           svn co $SVN/LFS/trunk/BOOK lfs-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;;
     182        alphabetical)
     183           svn co $SVN/LFS/branches/$LFSVRS/BOOK lfs-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;;
     184        6.1.1)
     185           svn co $SVN/LFS/tags/$LFSVRS/BOOK lfs-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;;
     186      esac
    184187      echo -ne "done\n"
    185188      # Set the canonical book version
     
    975978          LFSVRS=development
    976979          ;;
    977         testing | 6.1.1 )
     980        6.1.1 )
    978981          LFSVRS=6.1.1
    979982          ;;
Note: See TracChangeset for help on using the changeset viewer.