Changeset 0d5eabf


Ignore:
Timestamp:
12/01/2005 12:56:07 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
0.2
Children:
7a18835
Parents:
aecc799
Message:

Merged rev 2229 to 0.2 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    raecc799 r0d5eabf  
    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.