try to find the reason of these empty messages

This commit is contained in:
Radius 2015-09-25 03:41:39 +01:00
parent 85bd3e10ee
commit c6a947c033

View File

@ -195,8 +195,8 @@ cd "${BASE_DIR}"
####build commands
buildbot_log() {
echo ========== $MESSAGE ==========
MESSAGE=`echo -e $1`
echo MSG: $MESSAGE
MESSAGE=`echo -e $1`
HASH=`echo -n "$MESSAGE" | openssl sha1 -hmac $SIG | cut -f 2 -d " "`
curl --max-time 30 --data "message=$MESSAGE&sign=$HASH" $LOGURL