This is an automated email from the ASF dual-hosted git repository. benedict 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 d6bd2401e9 ninja: pick a cassandra-accord SHA to build against to decouple source trees d6bd2401e9 is described below commit d6bd2401e96bcf3c9bd110d36bd4a7a5ec2afdbc Author: Benedict Elliott Smith <bened...@apache.org> AuthorDate: Tue Jan 10 21:19:27 2023 +0000 ninja: pick a cassandra-accord SHA to build against to decouple source trees --- .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 0dc01bf2ba..b1409603fb 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='trunk' +accord_branch='63c37e20cfe66a421c1b07ba1f430a9e6aabe4c5' accord_src="$bin/cassandra-accord" checkout() { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org