This is an automated email from the ASF dual-hosted git repository.

dcapwell 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 1600f5fd3f Ninja: CASSANDRA-18214 added rat checks to Accord, but our 
metadata files .BRANCH and .REPO do not have a license, causing the build to 
fail; exclude rat when building accord
1600f5fd3f is described below

commit 1600f5fd3f036dc5624f659850c562fa241b43ce
Author: David Capwell <[email protected]>
AuthorDate: Thu Feb 2 08:46:32 2023 -0800

    Ninja: CASSANDRA-18214 added rat checks to Accord, but our metadata files 
.BRANCH and .REPO do not have a license, causing the build to fail; exclude rat 
when building accord
    
    patch by David Capwell; reviewed by Ariel Weisberg for CASSANDRA-18214
---
 .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 2f55c1d18c..84bf993d32 100755
--- a/.build/include-accord.sh
+++ b/.build/include-accord.sh
@@ -50,7 +50,7 @@ _main() {
   # are there changes?
   git pull --rebase origin "$accord_branch"
   if [[ $(git rev-parse HEAD) != $(cat .SHA || true) ]]; then
-    ./gradlew clean install -x test
+    ./gradlew clean install -x test -x rat
     git rev-parse HEAD > .SHA
   fi
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to