Mmuzaf commented on code in PR #96:
URL: https://github.com/apache/cassandra-builds/pull/96#discussion_r1355051330
##########
cassandra-release/prepare_release.sh:
##########
@@ -326,21 +332,28 @@ then
execute "cd $rpm_package_dir"
echo "Building redhat packages ..." 1>&3 2>&4
+ execute "mkdir $tmp_dir/cassandra-dist-dev/${release}/redhat"
Review Comment:
We can move `${tmp_dir}/cassandra-dist-dev/${release}/redhat/` to its own
dedicated variable as it appears 7 times in the code below.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]