From bdc81b232f6125c04b01fc87ff99f7ab953c4cad Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 21 Oct 2015 17:40:23 -0500 Subject: [PATCH] I think these lines are no longer needed --- libretro-buildbot-recipe.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 4ba50f7c..0fe1f1db 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1173,20 +1173,6 @@ if [ "${PLATFORM}" == "ios" ] && [ "${RA}" == "YES" ]; then echo $MESSAGE fi - buildbot_log "$MESSAGE" - echo BUILDBOT JOB: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}.log - - if [ $? -eq 0 ]; then - MESSAGE="retroarch build succeeded [$jobid]" - echo $MESSAGE - else - ERROR=`cat $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_CG_${PLATFORM}.log | tail -n 100` - HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR"` - HASTE=`echo $HASTE | cut -d"\"" -f4` - MESSAGE="retroarch build failed [$jobid] LOG: http://hastebin.com/$HASTE" - echo $MESSAGE - fi - buildbot_log "$MESSAGE" echo BUILDBOT JOB: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}.log cd $WORK/$RADIR