add logging for RA

This commit is contained in:
Radius 2015-02-01 14:56:45 -05:00
parent b35d3d2379
commit 76a24b7131
1 changed files with 4 additions and 2 deletions

View File

@ -1269,7 +1269,7 @@ then
if [ $? -eq 0 ];
then
echo BUILDBOT JOB: $jobid retroarch build success!
MESSAGE="retroarch build successful ($jobid)"
echo "Packaging"
echo ============================================
@ -1330,8 +1330,10 @@ EOF
else
echo BUILDBOT JOB: $jobid retroarch build failure!
MESSAGE="retroarch build failed ($jobid)"
fi
echo $MESSAGE
$buildbot_log $MESSAGE
fi
fi