change kivy default branch to master.

This commit is contained in:
Mathieu Virbel 2012-12-09 21:21:00 +01:00
parent 6a1e722cc4
commit 8d8e26c75f

View file

@ -6,15 +6,13 @@ if [ ! -d $TMPROOT/kivy ] ; then
try pushd $TMPROOT
try git clone https://github.com/kivy/kivy
try cd kivy
try git checkout ios-support
try popd
fi
if [ "X$1" = "X-f" ] ; then
try pushd $TMPROOT/kivy
try git clean -dxf
try git fetch
try git checkout ios-support
try git pull origin master
try popd
fi