You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ak...@apache.org on 2023/05/16 18:38:44 UTC

[openwhisk-release] branch master updated: give GitHub URL for rcverify; don't indirect through gitbox.apache.org (#420)

This is an automated email from the ASF dual-hosted git repository.

akrabat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new eb6f182  give GitHub URL for rcverify; don't indirect through gitbox.apache.org (#420)
eb6f182 is described below

commit eb6f18272bfa058f0991faec1586087fd84f8748
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue May 16 14:38:39 2023 -0400

    give GitHub URL for rcverify; don't indirect through gitbox.apache.org (#420)
---
 tools/gen-release-vote.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/gen-release-vote.py b/tools/gen-release-vote.py
index 94bf61a..730afd3 100755
--- a/tools/gen-release-vote.py
+++ b/tools/gen-release-vote.py
@@ -118,10 +118,10 @@ This is a call to vote on releasing version {version} release candidate {rc} of
 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={HEAD}
+https://github.com/apache/openwhisk-release/blob/{HEAD}/tools/rcverify.sh
 
 Usage:
-curl -s "https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb={HEAD}" -o rcverify.sh
+curl -s "https://raw.githubusercontent.com/apache/openwhisk-release/{HEAD}/tools/rcverify.sh" -o rcverify.sh
 chmod +x rcverify.sh
 {rcverifies}