From 8db271c92992340b3905d7efae19c1a187196413 Mon Sep 17 00:00:00 2001 From: orbea Date: Tue, 5 Dec 2017 14:34:35 -0800 Subject: [PATCH] libretro-buildbot-recipe.sh: Use the RECIPE name for the log files. --- libretro-buildbot-recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index c3f5af3b..844096d0 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -892,7 +892,7 @@ if [ "${RA}" = "YES" ]; then ENTRY_ID="$(curl -X POST -d type="start" -d master_log="$MASTER_LOG_ID" -d platform="$jobid" -d name="retroarch" http://buildbot.fiveforty.net/build_entry/)" fi - LOGFILE="$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log" + LOGFILE="$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${RECIPE##*/}.log" fi fi