Hi Rob, I get that as well. The vote email template we use directs people through the gitbox.apache.org forwarding service for content that is really on GitHub. I think we should just change the script that generates the template to directly use the GitHub url. The redirect through gitbox isn't doing anything useful for us.
--Dave On 2023/05/16 15:12:05 Rob Allen wrote: > Hi, > > When I run: > > curl -s > 'https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=a0b16f1' > -o rcverify.sh, > > I get the following text in the `rcverify.sh` file: > > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > <html><head> > <title>302 Found</title> > </head><body> > <h1>Found</h1> > <p>The document has moved <a > href="https://raw.githubusercontent.com/apache/openwhisk-release/a0b16f1/tools/rcverify.sh">here</a>.</p> > </body></html> > > > Is this just me? > > > I grabbed the actual file using: > > curl -Ls > 'https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=a0b16f1' > -o rcverify.sh, > > > > > On 16 May 2023, at 14:52, David P Grove <gro...@us.ibm.com> wrote: > > > > Hi, > > > > > > > > This is a call to vote on releasing version 1.15.0 release candidate rc1 of > > the following project module with artifacts built from the Git repositories > > and commit IDs listed below. > > > > > > > > * OpenWhisk Runtime Docker: 1d8a6edb4ee7e4883a2f94d6fbc5fc0d330bb26b > > > > > > https://github.com/apache/openwhisk-runtime-docker/commit/1d8a6edb4ee7e4883a2f94d6fbc5fc0d330bb26b > > > > > > https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-docker-1.15.0-sources.tar.gz > > > > > > https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-docker-1.15.0-sources.tar.gz.asc > > > > > > https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-docker-1.15.0-sources.tar.gz.sha512 > > > > > > > > This release is comprised of source code distribution only. > > > > > > > > You can use this UNIX script to download the release and verify the > > checklist below: > > > > https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=a0b16f1 > > > > > > > > Usage: > > > > curl -s > > https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=a0b16f1 > > -o rcverify.sh > > > > chmod +x rcverify.sh > > > > ./rcverify.sh openwhisk-runtime-docker 1.15.0 rc1 > > > > > > > > Please vote to approve this release: > > > > > > > > [ ] +1 Approve the release > > > > [ ] 0 Don't care > > > > [ ] -1 Don't release, because ... > > > > > > > > Release verification checklist for reference: > > > > [ ] Download links are valid. > > > > [ ] Checksums and PGP signatures are valid. > > > > [ ] Source code artifacts have correct names matching the current release. > > > > [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository. > > > > [ ] All files have license headers as specified by OpenWhisk project > > policy [1]. > > > > [ ] No compiled archives bundled in source archive. > > > > > > > > This majority vote is open for at least 72 hours. > > > > > > > > > > > > [1] > > https://github.com/apache/openwhisk-release/blob/master/docs/license_compliance.md > > > >