faster/different checkout than branch

Signed-off-by: Gwenhael Le Moine <cycojesus@darkstar.example.net>
This commit is contained in:
Gwenhael Le Moine 2010-01-05 13:56:21 +07:00
parent 6324c612f4
commit feb2ec6bf3

View file

@ -58,7 +58,7 @@ if [ ! -e $CWD/$PRGNAM-$VERSION.tar.?z* ] ; then
if [ ! -e $REPOSITORIES/$PRGNAM/$BRANCH ] ; then
mkdir -p $REPOSITORIES/$PRGNAM
( cd $REPOSITORIES/$PRGNAM
bzr branch http://bzr.savannah.gnu.org/r/emacs/$BRANCH
bzr checkout --lightweight http://bzr.savannah.gnu.org/r/emacs/$BRANCH $BRANCH
)
fi