From 505cd9abd652293ada8bfabb5b0d23fd863f6e1a Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 5 Mar 2016 13:15:09 -0500 Subject: [PATCH] disable auto version increment on RELEASE builds --- libretro-buildbot-recipe.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 7e7d5b5e..1d47a91c 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1526,6 +1526,8 @@ EOF $NDK -j${JOBS} &>> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log if [ "${RELEASE}" == "NO" ]; then python ./version_increment.py + else + git reset --hard fi 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