You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/10/06 21:35:39 UTC

[openwhisk-release] branch master updated: fix path in voting email to match current scripts (#305)

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

rabbah 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 4d946c9  fix path in voting email to match current scripts (#305)
4d946c9 is described below

commit 4d946c9a15383fce379411171f49deb6561f09c2
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sun Oct 6 17:35:34 2019 -0400

    fix path in voting email to match current scripts (#305)
---
 tools/gen-release-vote.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/gen-release-vote.py b/tools/gen-release-vote.py
index 05e380d..ab81e03 100755
--- a/tools/gen-release-vote.py
+++ b/tools/gen-release-vote.py
@@ -77,7 +77,7 @@ def componentList(config, version):
         })
 
 def artifactLinks(name, version, rc):
-    root = 'https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-%s-%s' % (version, rc)
+    root = 'https://dist.apache.org/repos/dist/dev/openwhisk/%s' % (rc)
     tgz  = '%s-%s-sources.tar.gz' % (name, version)
     asc  = '%s.asc' % tgz
     sha  = '%s.sha512' % tgz