Adaptation to new tags/branch tree structure

This commit is contained in:
Pierre Labastie 2012-02-22 09:18:56 +00:00
parent f21dff80de
commit e650dc782c

9
jhalfs
View file

@ -154,7 +154,14 @@ case $BRANCH_ID in
;;
* )
case $PROGNAME in
lfs | hlfs )
lfs )
LFSVRS=${BRANCH_ID}
TREE=tags/${BRANCH_ID}
if (( ${BRANCH_ID:0:1} < 7 )) ; then
TREE=${TREE}/BOOK
fi
;;
hlfs )
LFSVRS=${BRANCH_ID}
TREE=tags/${BRANCH_ID}/BOOK
;;