change kivy default branch to master.
This commit is contained in:
parent
6a1e722cc4
commit
8d8e26c75f
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue