rabbah opened a new pull request #287: Use git commit hash instead of HEAD in rcverify instructions. URL: https://github.com/apache/incubator-openwhisk-release/pull/287 @dgrove-oss this will replace `HEAD` in the instructions with the result of `git show-ref --hash --abbrev -- refs/remotes/upstream/master ` (which requires that upstream is set in the remotes). I could replace this with `refs/heads/master` but it could be brittle (without further sanity checks).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
