mirror of
https://github.com/libretro/libretro-super
synced 2024-12-27 12:27:50 +00:00
move more logging from hastebin to bparker's cloud
This commit is contained in:
parent
f8f1cd5415
commit
745bc8f6be
@ -53,9 +53,9 @@ fi
|
||||
|
||||
post_error_log() {
|
||||
error=`cat $WORKDIR/log/$1.log | tail -n 100`
|
||||
haste=`curl -s -XPOST http://hastebin.com/documents -d"$error"`
|
||||
haste=`curl -s -XPOST http://p.0bl.net/ -d"$error"`
|
||||
haste=`echo $haste | cut -d"\"" -f4`
|
||||
echo "$1: [status: fail ] (platform: $FORMAT_COMPILER_TARGET) LOG: http://hastebin.com/$haste"
|
||||
echo "$1: [status: fail ] (platform: $FORMAT_COMPILER_TARGET) LOG: http://p.0bl.net/$haste"
|
||||
}
|
||||
|
||||
build_summary_log() {
|
||||
|
Loading…
Reference in New Issue
Block a user