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

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/master by this push:
     new bea6d4d  In prepare_release.sh don't delete the email directory (the 
email templates are needed over time)
bea6d4d is described below

commit bea6d4d1e7a445409659ef77e8b62f67a4d00b2e
Author: mck <[email protected]>
AuthorDate: Wed Jul 15 00:56:45 2020 +0200

    In prepare_release.sh don't delete the email directory (the email templates 
are needed over time)
---
 cassandra-release/prepare_release.sh | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/cassandra-release/prepare_release.sh 
b/cassandra-release/prepare_release.sh
index fa3a042..e44ae24 100755
--- a/cassandra-release/prepare_release.sh
+++ b/cassandra-release/prepare_release.sh
@@ -325,8 +325,7 @@ then
 
     ## Email templates ##
     [ $fake_mode -eq 1 ] && echo ">> rm -rf $mail_dir"
-    [ ! -e "$mail_dir" ] || rm -rf $mail_dir
-    mkdir $mail_dir
+    mkdir -p $mail_dir
     mail_test_announce_file="$mail_dir/mail_stage_announce_$release"
     mail_vote_file="$mail_dir/mail_vote_$release"
 
@@ -369,7 +368,6 @@ fi
 
 echo "Done cutting and staging release artifacts. Please make sure to:"
 echo " 1) verify all staged artifacts"
-echo " 2) close the nexus staging repository $staging_number"
-echo " 3) forward merge and atomic push the debian/changelog commit"
-echo " 4) email the announcement email"
-echo " 5) after a couple of days, email the vote email"
+echo " 2) forward merge and atomic push the debian/changelog commit"
+echo " 3) email the announcement email"
+echo " 4) after a couple of days, email the vote email"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to