apache / apache/accumulo-fluo

Add verification code to RC email

Open
#790 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
200
Forks
73
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Research direction

Start with the script that generates an RC and its email, then review the existing command for downloading the staging repository. Add a short verification script covering signatures, MD5 hashes, and SHA-1 hashes for the listed artifact types, and confirm the generated email presents it correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
release
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.