Repository: aurora Updated Branches: refs/heads/master 2ddf01472 -> 3cb6cc3f4
Fixup release email links. Previously the tag link did not fail, but pointed to master and the signature link did fail. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/3cb6cc3f Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/3cb6cc3f Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/3cb6cc3f Branch: refs/heads/master Commit: 3cb6cc3f41bb23580f35098c2e1427be403c0e21 Parents: 2ddf014 Author: John Sirois <[email protected]> Authored: Mon Feb 8 19:25:51 2016 -0700 Committer: John Sirois <[email protected]> Committed: Mon Feb 8 19:27:07 2016 -0700 ---------------------------------------------------------------------- build-support/release/release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/3cb6cc3f/build-support/release/release ---------------------------------------------------------------------- diff --git a/build-support/release/release b/build-support/release/release index cb3b03e..05a2e02 100755 --- a/build-support/release/release +++ b/build-support/release/release @@ -216,7 +216,7 @@ The CHANGELOG for the release is available at: ${aurora_git_web_url}&f=CHANGELOG&hb=${current_version_tag} The tag used to create the release with is ${current_version_tag}: -${aurora_git_web_url}&hb=${current_version_tag} +${aurora_git_web_url}&a=shortlog&h=refs/tags/${current_version_tag} The release is available at: ${aurora_svn_dist_url}/${current_version}/${dist_name}.tar.gz @@ -225,7 +225,7 @@ The MD5 checksum of the release can be found at: ${aurora_svn_dist_url}/${current_version}/${dist_name}.tar.gz.md5 The signature of the release can be found at: -${aurora_svn_dist_url}/${current_version}/${dist_name}.asc +${aurora_svn_dist_url}/${current_version}/${dist_name}.tar.gz.asc The GPG key used to sign the release are available at: ${aurora_svn_dist_url}/KEYS
