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 29c934b  Only parse lines from git log in contribulyze
29c934b is described below

commit 29c934b5f6c01b10c46088d36e1936786be39227
Author: Mick Semb Wever <[email protected]>
AuthorDate: Sun May 28 16:09:21 2023 +0200

    Only parse lines from git log in contribulyze
---
 contribulyze/contribulyze.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contribulyze/contribulyze.sh b/contribulyze/contribulyze.sh
index a6b5821..bcab3dc 100755
--- a/contribulyze/contribulyze.sh
+++ b/contribulyze/contribulyze.sh
@@ -70,6 +70,6 @@ for group in ${groups[*]} ; do
       ;;
     esac
 
-    ( for d in ${groupings[*]} ; do cd /tmp/contribulyze-repos/${d} ; git log 
--no-merges --since="${git_since}" . ; cd - ; done  ) | awk NF | 
${script_dir}/contribulyze.py -t "${group//../} ${period//_/ }"
+    ( for d in ${groupings[*]} ; do cd /tmp/contribulyze-repos/${d} ; git log 
--no-merges --since="${git_since}" . ; cd - >/dev/null ; done  ) | 
${script_dir}/contribulyze.py -t "${group//../} ${period//_/ }"
   done
 done


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

Reply via email to