mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 18:20:29 +03:00
use 'python2' everywhere since fdroidserver has not been tested with 3.x
This commit is contained in:
parent
40d4e30010
commit
7a3992aa1a
3 changed files with 11 additions and 6 deletions
|
|
@ -77,12 +77,17 @@ if [ -z $aapt ]; then
|
|||
aapt=`ls -1 $ANDROID_HOME/build-tools/*/aapt | sort | tail -1`
|
||||
fi
|
||||
|
||||
# allow the location of python to be overridden
|
||||
if [ -z $python ]; then
|
||||
python=python2
|
||||
fi
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
echo_header "create a source tarball and use that to build a repo"
|
||||
|
||||
cd $WORKSPACE
|
||||
python setup.py sdist
|
||||
$python setup.py sdist
|
||||
|
||||
REPOROOT=`create_test_dir`
|
||||
cd $REPOROOT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue