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 9f1c936 ninja-fix: small fix in finish_release.sh (need debian svn co
in place first)
9f1c936 is described below
commit 9f1c9365324f5af4e3999ede654318ee30f1baae
Author: mck <[email protected]>
AuthorDate: Tue Jul 21 00:26:54 2020 +0200
ninja-fix: small fix in finish_release.sh (need debian svn co in place
first)
---
cassandra-release/finish_release.sh | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/cassandra-release/finish_release.sh
b/cassandra-release/finish_release.sh
index 75edfe2..1f03492 100755
--- a/cassandra-release/finish_release.sh
+++ b/cassandra-release/finish_release.sh
@@ -102,7 +102,7 @@ exec 3>&1 4>&2
if [ $verbose -eq 0 ]
then
- # Not verbose, redirect all ouptut to a logfile
+ # Not verbose, redirect all ouptut to a logfile
logfile="release-${release}.log"
[ ! -e "$logfile" ] || rm $logfile
touch $logfile
@@ -160,7 +160,8 @@ rm _tmp_msg_
echo "Deploying debian packages ..." 1>&3 2>&4
# Upload to bintray
-debian_dist_dir=$tmp_dir/cassandra-dist-$release
+debian_dist_dir=$tmp_dir/cassandra-dist-$release-debian
+execute "svn co
https://dist.apache.org/repos/dist/release/cassandra/$release/debian
$debian_dist_dir"
[ -e "$debian_dist_dir" ] || mkdir $debian_dist_dir # create it for fake mode,
to satisfy `find …` command below
execute "cd $debian_dist_dir"
@@ -251,7 +252,7 @@ echo "[3]: https://issues.apache.org/jira/browse/CASSANDRA"
>> $mail_file
echo 'Done deploying artifacts. Please make sure to:'
echo ' 1) release artifacts from repository.apache.org'
echo ' 2) wait for the artifacts to sync at
https://downloads.apache.org/cassandra/'
-echo ' 3) login to bintray and \"publish\" the uploaded artifacts'
+echo ' 3) login to bintray and \"publish\" the uploaded artifacts, at
https://bintray.com/apache/cassandra'
echo ' 4) update the website (TODO provide link)' # TODO - this is old info
and needs updating..
echo ' 5) update CQL doc if appropriate'
echo ' 6) update wikipedia page if appropriate'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]