Adaptation to new tags/branch tree structure
This commit is contained in:
parent
f21dff80de
commit
e650dc782c
1 changed files with 8 additions and 1 deletions
9
jhalfs
9
jhalfs
|
@ -154,7 +154,14 @@ case $BRANCH_ID in
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
case $PROGNAME 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}
|
LFSVRS=${BRANCH_ID}
|
||||||
TREE=tags/${BRANCH_ID}/BOOK
|
TREE=tags/${BRANCH_ID}/BOOK
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue