faster/different checkout than branch
Signed-off-by: Gwenhael Le Moine <cycojesus@darkstar.example.net>
This commit is contained in:
parent
6324c612f4
commit
feb2ec6bf3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue