Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63868e23 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

Merge branch 'fix-repo' into 'master'

switch to python 3

See merge request !82
parents 739d5667 3dff1576
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -239,8 +239,6 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then
    echo ">> [$(date)] Starting build for ${DEVICE}, ${BRANCH_NAME} branch"
    build_successful=false
    echo ">> [$(date)] ANDROID_JACK_VM_ARGS=${ANDROID_JACK_VM_ARGS}"
    echo ">> [$(date)] Switch to Python2"
    ln -fs /usr/bin/python2 /usr/bin/python

    BRUNCH_DEVICE=${DEVICE}

@@ -469,9 +467,6 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then

  fi

  echo ">> [$(date)] Switch back to Python3"
  ln -fs /usr/bin/python3 /usr/bin/python

fi

if [ "$DELETE_OLD_LOGS" -gt "0" ]; then