Changeset 4965fa8 for blfs-tool


Ignore:
Timestamp:
08/29/2006 06:18:06 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
fff1061
Parents:
4da2512
Message:

Merged r3073:3085 from experimental:
blfs-tool support integration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • blfs-tool

    r4da2512 r4965fa8  
    8787# Set the SVN tree
    8888case $BRANCH_ID in
    89   dev* | SVN | trunk )  TREE=trunk/BOOK ;;
    90               *EDIT* )  echo " You forgot to set the branch or stable book version."
    91                         echo " Please rerun make and fix the configuration."
    92                         exit 2
    93                         ;;
    94             branch-* )  TREE=branches/${BRANCH_ID#branch-}/BOOK ;;
    95                    * )  TREE=tags/${BRANCH_ID}/BOOK ;;
     89  development )  TREE=trunk/BOOK ;;
     90       *EDIT* )  echo " You forgot to set the branch or stable book version."
     91                 echo " Please rerun make and fix the configuration."
     92                 exit 2 ;;
     93     branch-* )  TREE=branches/${BRANCH_ID#branch-}/BOOK ;;
     94            * )  TREE=tags/${BRANCH_ID}/BOOK ;;
    9695esac
    9796
Note: See TracChangeset for help on using the changeset viewer.