Commit e09941af by Greg Hartman

Allow an optional supplemental commit message on builds

Change-Id: I8a9cd32b50121f6c02b78b1f97eb78d6946cd71e Reviewed-on: https://swiftshader-review.googlesource.com/3476Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarGreg Hartman <ghartman@google.com>
parent ad6b8756
......@@ -101,6 +101,7 @@ git commit \
-m "${WARN} SwiftShader build as of:" \
-m " git hash: $( cd ${SOURCE_DIR}; git log -n1 | grep commit | head -1 | awk '{ print $2; }')" \
-m "$(cd ${SOURCE_DIR}; git log -n1 | grep '^ *Change-Id:' | tail -1 | sed 's,-, ,')" \
-m " At $(cd ${SOURCE_DIR}; git remote -v | grep ^origin | head -1 | awk '{ print $2; }')"
-m " At $(cd ${SOURCE_DIR}; git remote -v | grep ^origin | head -1 | awk '{ print $2; }')" \
-m "$1"
popd
rm -rf ${SOURCE_DIR_LINKED}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment