This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1af3812 ninja-fix cassandra-rpm-packaging.sh
`s/{$rpm_dist}/${rpm_dist}/`
1af3812 is described below
commit 1af3812c0fddeaf22260d8164d5d87a377e2116b
Author: Mick Semb Wever <[email protected]>
AuthorDate: Mon Aug 15 11:24:35 2022 +0200
ninja-fix cassandra-rpm-packaging.sh `s/{$rpm_dist}/${rpm_dist}/`
---
build-scripts/cassandra-rpm-packaging.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-scripts/cassandra-rpm-packaging.sh
b/build-scripts/cassandra-rpm-packaging.sh
index 8c955c5..8fdb2ef 100755
--- a/build-scripts/cassandra-rpm-packaging.sh
+++ b/build-scripts/cassandra-rpm-packaging.sh
@@ -49,6 +49,6 @@ pushd $cassandra_builds_dir
docker build --build-arg CASSANDRA_GIT_URL=$CASSANDRA_GIT_URL --build-arg
UID_ARG=`id -u` --build-arg GID_ARG=`id -g` -t
cassandra-artifacts-${dist_name}:${sha} -f docker/${dist_name}-image.docker
docker/
# Run build script through docker (specify branch, tag, or sha)
-docker run --rm -v "${rpm_dir}":/dist -v
~/.m2/repository/:/home/build/.m2/repository/
cassandra-artifacts-${dist_name}:${sha} /home/build/build-rpms.sh ${sha}
${java_version} {$rpm_dist}
+docker run --rm -v "${rpm_dir}":/dist -v
~/.m2/repository/:/home/build/.m2/repository/
cassandra-artifacts-${dist_name}:${sha} /home/build/build-rpms.sh ${sha}
${java_version} ${rpm_dist}
popd
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]