This is an automated email from the ASF dual-hosted git repository.
maedhroz pushed a commit to branch cep-15-accord
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cep-15-accord by this push:
new 7a85178a3d use equals() rather than reference equality for excluding
ourselves from the dependency builder
7a85178a3d is described below
commit 7a85178a3d081d36c4c3de55d4a49ec368cc8c20
Author: Caleb Rackliffe <[email protected]>
AuthorDate: Thu Feb 2 11:43:47 2023 -0600
use equals() rather than reference equality for excluding ourselves from
the dependency builder
patch by Benedict; reviewed by Caleb Rackliffe for CASSANDRA-18218
---
.build/include-accord.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.build/include-accord.sh b/.build/include-accord.sh
index 84bf993d32..a1e3a580af 100755
--- a/.build/include-accord.sh
+++ b/.build/include-accord.sh
@@ -25,7 +25,7 @@ set -o nounset
bin="$(cd "$(dirname "$0")" > /dev/null; pwd)"
accord_repo='https://github.com/apache/cassandra-accord.git'
-accord_branch='1230eceb077c928123e6bf848a103964fe90c9f7'
+accord_branch='0cc9e273b2eaa37d82a1ae1ac2681aec65aa0f6d'
accord_src="$bin/cassandra-accord"
checkout() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]