Calculate MD5 sums during packaging

pull/4863/head
Philip O'Toole 2015-11-20 11:36:19 -08:00
parent b2419ca95d
commit 15d9a6316a
1 changed files with 2 additions and 1 deletions

View File

@ -556,7 +556,8 @@ if [ "x$response" == "xy" -o -n "$NIGHTLY_BUILD" ]; then
echo "Upload failed ($filename) -- aborting".
cleanup_exit 1
fi
echo "$filename uploaded"
sum=`md5sum $filename | cut -d ' ' -f 1`
echo "$filename uploaded, MD5 checksum is $sum"
done
else
echo "Not publishing packages to S3."