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 pushd $TMPROOT
|
||||||
try git clone https://github.com/kivy/kivy
|
try git clone https://github.com/kivy/kivy
|
||||||
try cd kivy
|
try cd kivy
|
||||||
try git checkout ios-support
|
|
||||||
try popd
|
try popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "X$1" = "X-f" ] ; then
|
if [ "X$1" = "X-f" ] ; then
|
||||||
try pushd $TMPROOT/kivy
|
try pushd $TMPROOT/kivy
|
||||||
try git clean -dxf
|
try git clean -dxf
|
||||||
try git fetch
|
try git pull origin master
|
||||||
try git checkout ios-support
|
|
||||||
try popd
|
try popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue