issues
search
apache
/
iceberg-go
Apache Iceberg - Go
https://iceberg.apache.org/
Apache License 2.0
142
stars
34
forks
source link
Potential improvements to the release/verify rc scripts
#204
Open
kevinjqliu
opened
1 week ago
kevinjqliu
commented
1 week ago
Potential improvements to the release/verify rc scripts
fix release_rc to generate .asc file
RC verification script should download artifacts from the apache repo,
https://github.com/apache/iceberg-go/blob/main/dev/release/verify_rc.sh#L38
should reference
https://dist.apache.org/repos/dist/dev/iceberg/
instead of GitHub
release_rc.sh should upload artifact to
https://dist.apache.org/repos/dist/dev/iceberg/
and should follow
this structure
(from JB on devlist) "sha256 is not required anymore, sha512 is enough"
Potential improvements to the release/verify rc scripts