+1 binding - All of the tarballs, checksums, and signatures are correct - All of the tests and integration tests ran successfully. - The release also spun-up correctly in the development environment.
FYI - I had to slightly modify the metron-rc-check script for this to work. See the patch below. diff --git a/dev-utilities/release-utils/metron-rc-check b/dev-utilities/release-utils/metron-rc-check index 143ba85a2..4552e5568 100755 --- a/dev-utilities/release-utils/metron-rc-check +++ b/dev-utilities/release-utils/metron-rc-check @@ -67,8 +67,6 @@ for i in "$@"; do # --bro=0.1.0 # -b=*|--bro=*) - BRO="${i#*=}" - shift # past argument=value ;; # @@ -157,6 +155,7 @@ fi echo "Working directory $WORK" KEYS="$METRON_RC_DIST/KEYS" +KEYS="https://dist.apache.org/repos/dist/release/metron/KEYS" METRON_ASSEMBLY="$METRON_RC_DIST/apache-metron-$METRON_VERSION-$RC.tar.gz" METRON_ASSEMBLY_SIG="$METRON_ASSEMBLY.asc" On Tue, Dec 11, 2018 at 2:43 PM Justin Leet <l...@apache.org> wrote: > This is a call to vote on releasing Apache Metron 0.7.0 > > Full list of changes in this release: > https://dist.apache.org/repos/dist/dev/metron/0.7.0-RC1/CHANGES > The tag to be voted upon is: > apache-metron-0.7.0-rc1 > > The source archives being voted upon can be found here: > > https://dist.apache.org/repos/dist/dev/metron/0.7.0-RC1/apache-metron-0.7.0-rc1.tar.gz > > Other release files, signatures and digests can be found here: > https://dist.apache.org/repos/dist/dev/metron/0.7.0-RC1/ > > The release artifacts are signed with the following key: > https://dist.apache.org/repos/dist/release/metron/KEYS > Please vote on releasing this package as Apache Metron 0.7.0-RC1 > > When voting, please list the actions taken to verify the release. > > Recommended build validation and verification instructions are posted > here: > https://cwiki.apache.org/confluence/display/METRON/Verifying+Builds > > This vote will be open for until 3pm EDT on Friday December 14 2018. > > [ ] +1 Release this package as Apache Metron 0.7.0-RC1 > > [ ] 0 No opinion > > [ ] -1 Do not release this package because... >