From ffb6921b9f77cb016b5db02102b394c8f82c577d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Thu, 22 Oct 2015 17:25:25 -0500 Subject: [PATCH] Update libretro-buildbot-recipe.sh --- libretro-buildbot-recipe.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index e7e1b554..2b906c0e 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1244,6 +1244,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then cd $PARENTDIR cd $DIR echo "pulling from repo... " + git reset --hard OUT=`git pull` echo $OUT @@ -1334,6 +1335,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then $NDK clean &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log $NDK -j${JOBS} &>> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log + python ./version_increment.py ant clean &>> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log android update project --path . --target android-22 &>> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log android update project --path libs/googleplay --target android-21 &>> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log