You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/02/01 22:19:43 UTC

[GitHub] [iceberg] arminnajafi opened a new pull request #4028: Docs: Add --check to verify checksum doc

arminnajafi opened a new pull request #4028:
URL: https://github.com/apache/iceberg/pull/4028


   Adds `--check` option to `shasum` command for verifying checksum of a release. 
   
   ```
   ➜  my-release-verification git:(master) ✗ shasum -a 512 --check apache-iceberg-0.13.0.tar.gz.sha512
   apache-iceberg-0.13.0.tar.gz: OK
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] jackye1995 merged pull request #4028: Docs: Add --check to verify checksum doc

Posted by GitBox <gi...@apache.org>.
jackye1995 merged pull request #4028:
URL: https://github.com/apache/iceberg/pull/4028


   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] jackye1995 commented on pull request #4028: Docs: Add --check to verify checksum doc

Posted by GitBox <gi...@apache.org>.
jackye1995 commented on pull request #4028:
URL: https://github.com/apache/iceberg/pull/4028#issuecomment-1028288966


   Verified the command works:
   
   ```
   $ shasum -a 512 --check apache-iceberg-0.13.0.tar.gz.sha512 
   apache-iceberg-0.13.0.tar.gz: OK
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org