Repository: cassandra-builds Updated Branches: refs/heads/master 678c9c157 -> 5d4617ba5
Update mail output to include links Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/5d4617ba Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/5d4617ba Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/5d4617ba Branch: refs/heads/master Commit: 5d4617ba5f324dba3b291a11b0a07cd314f811fa Parents: 678c9c1 Author: Michael Shuler <[email protected]> Authored: Mon Jul 2 16:34:05 2018 -0500 Committer: Michael Shuler <[email protected]> Committed: Mon Jul 2 16:34:05 2018 -0500 ---------------------------------------------------------------------- cassandra-release/prepare_release.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/5d4617ba/cassandra-release/prepare_release.sh ---------------------------------------------------------------------- diff --git a/cassandra-release/prepare_release.sh b/cassandra-release/prepare_release.sh index c9d8979..96e2aad 100755 --- a/cassandra-release/prepare_release.sh +++ b/cassandra-release/prepare_release.sh @@ -217,13 +217,11 @@ echo "Git: $asf_git_repo?p=cassandra.git;a=shortlog;h=refs/tags/$release-tentati echo "Artifacts: $staging_repo/orgapachecassandra-$staging_number/org/apache/cassandra/apache-cassandra/$release/" >> $mail_file echo "Staging repository: $staging_repo/orgapachecassandra-$staging_number/" >> $mail_file echo "" >> $mail_file -echo "The Debian packages are available here: http://$apache_host/~$asf_username" >> $mail_file +echo "The Debian and RPM packages are available here: http://$apache_host/~$asf_username" >> $mail_file echo "" >> $mail_file echo "The vote will be open for 72 hours (longer if needed)." >> $mail_file echo "" >> $mail_file -echo "[1]: (CHANGES.txt) " >> $mail_file -echo "[2]: (NEWS.txt) " >> $mail_file +echo "[1]: CHANGES.txt: $asf_git_repo?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/$release-tentative" >> $mail_file +echo "[2]: NEWS.txt: $asf_git_repo?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/$release-tentative" >> $mail_file -echo "Mail written to $mail_file. You will need to complete with short links to:" -echo " 1) CHANGES.txt: $asf_git_repo?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/$release-tentative" -echo " 2) NEWS.txt: $asf_git_repo?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/$release-tentative" +echo "Mail written to $mail_file" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
