GitHub user keith-turner opened an issue:

    https://github.com/apache/incubator-fluo/issues/790

    Add verification code to RC email

    The script that generates an RC and an email gives a suggested command to 
download the staging repo.  If could also suggest a short script to verify sigs 
and hashes like the following.
    
    ```bash
    for file in $(find . -type f -regex '.*\.\(pom\|jar\|gz\)'); do
      echo $file
      gpg --verify "$file".asc $file
      diff -Z "$file".md5 <(md5sum $file | cut -d ' ' -f 1)
      diff -Z "$file".sha1 <(sha1sum $file | cut -d ' ' -f 1)
    done
    ```

----

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to