On Sep 25, 2013, at 10:48 AM, William Harrington wrote:

> Index: common/libs/func_book_parser
> ===================================================================
> --- common/libs/func_book_parser        (revision 3727)
> +++ common/libs/func_book_parser        (working copy)
> @@ -31,13 +31,12 @@
>          if [ ! $TREE == "development" ]; then
>             cd ${PROGNAME}-$LFSVRS
>             echo "Checking out $LFSVRS at $PWD in $TREE"
> -           git checkout -b ${TREE} ${TREE} >>$LOGDIR/$LOG 2>&1
> +           git checkout ${TREE} >>$LOGDIR/$LOG 2>&1
>          fi
>      else
>        cd ${PROGNAME}-$LFSVRS
>        case $PROGNAME in
> -        clfs*)  git checkout master >>$LOGDIR/$LOG 2>&1
> -                git pull >>$LOGDIR/$LOG 2>&1
> +        clfs*)  git pull >>$LOGDIR/$LOG 2>&1
>                  if [ ! $TREE == "development" ]; then
>                     git checkout ${TREE} >>$LOGDIR/$LOG 2>&1
>                  fi
> Index: jhalfs
> ===================================================================
> --- jhalfs      (revision 3727)
> +++ jhalfs      (working copy)
> @@ -179,7 +179,7 @@
>          ;;
>        clfs* )
>          LFSVRS=${BRANCH_ID}
> -        TREE=tags/clfs-${BRANCH_ID}
> +        TREE=clfs-${BRANCH_ID}
>          ;;
>        * )
>      esac

Hello Pierre,

  Not sure if this was overlooked, but it's not in the current svn  
checkout.

Sincerely ,

William Harrington
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to