Github user cramja commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/213#discussion_r106544574
  
    --- Diff: release/release_cmds.sh ---
    @@ -50,14 +51,14 @@ create_artifacts() {
       # Make the signature. This requires human input
       gpg -u $apache_usern...@apache.org --armor --output 
$PROJECT_NAME-$VERSION.tar.gz.asc --detach-sign $PROJECT_NAME-$VERSION.tar.gz
       # Make hashes
    +  for algo in 256 512; do
    +    shasum -a $algo $PROJECT_NAME-$VERSION.tar.gz > 
$PROJECT_NAME-$VERSION.tar.gz.sha$algo
    --- End diff --
    
    @hbdeshmukh PS, I added these changes in this PR as well. We now will use 
un-cracked versions of SHA 😄 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to