use stable kivy branch by default
This commit is contained in:
parent
4a132275cb
commit
1f975c73cf
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
if [ ! -d $TMPROOT/kivy ] ; then
|
||||
try pushd $TMPROOT
|
||||
try git clone https://github.com/kivy/kivy
|
||||
try git clone -b stable https://github.com/kivy/kivy
|
||||
try cd kivy
|
||||
try popd
|
||||
fi
|
||||
|
@ -12,7 +12,7 @@ fi
|
|||
if [ "X$1" = "X-f" ] ; then
|
||||
try pushd $TMPROOT/kivy
|
||||
try git clean -dxf
|
||||
try git pull origin master
|
||||
try git pull origin stable
|
||||
try popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue