From 7645a59964bc5c32a4eeb2b0aa702eaf0a6042a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Thu, 11 Aug 2016 14:30:03 -0500 Subject: [PATCH] log after each step --- libretro-buildbot-recipe.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 9952b259..ebe955ba 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1712,6 +1712,8 @@ if [ "${PLATFORM}" == "ps3" ] && [ "${RA}" == "YES" ]; then MESSAGE="retroarch: [status: fail] [$jobid] LOG: http://hastebin.com/$HASTE" echo $MESSAGE fi + buildbot_log "$MESSAGE" + echo buildbot job: $MESSAGE JOBS=1 sh ./dist-cores.sh cex-ps3 &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}_cex.log if [ $? -eq 0 ]; then MESSAGE="retroarch: [status: done] [$jobid]" @@ -1723,6 +1725,8 @@ if [ "${PLATFORM}" == "ps3" ] && [ "${RA}" == "YES" ]; then MESSAGE="retroarch: [status: fail] [$jobid] LOG: http://hastebin.com/$HASTE" echo $MESSAGE fi + buildbot_log "$MESSAGE" + echo buildbot job: $MESSAGE JOBS=1 sh ./dist-cores.sh ode-ps3 &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}_ode.log if [ $? -eq 0 ]; then MESSAGE="retroarch: [status: done] [$jobid]" @@ -1736,10 +1740,7 @@ if [ "${PLATFORM}" == "ps3" ] && [ "${RA}" == "YES" ]; then fi buildbot_log "$MESSAGE" echo buildbot job: $MESSAGE - echo "Packaging" - cd $WORK/$RADIR - cp retroarch.cfg retroarch.default.cfg fi fi