mirror of
https://github.com/libretro/libretro-super
synced 2025-01-27 06:35:23 +00:00
try to find the reason of these empty messages
This commit is contained in:
parent
85bd3e10ee
commit
c6a947c033
@ -195,8 +195,8 @@ cd "${BASE_DIR}"
|
|||||||
####build commands
|
####build commands
|
||||||
buildbot_log() {
|
buildbot_log() {
|
||||||
|
|
||||||
echo ========== $MESSAGE ==========
|
echo MSG: $MESSAGE
|
||||||
MESSAGE=`echo -e $1`
|
MESSAGE=`echo -e $1`
|
||||||
|
|
||||||
HASH=`echo -n "$MESSAGE" | openssl sha1 -hmac $SIG | cut -f 2 -d " "`
|
HASH=`echo -n "$MESSAGE" | openssl sha1 -hmac $SIG | cut -f 2 -d " "`
|
||||||
curl --max-time 30 --data "message=$MESSAGE&sign=$HASH" $LOGURL
|
curl --max-time 30 --data "message=$MESSAGE&sign=$HASH" $LOGURL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user