]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
git-arc: Cope with extra output
authorWarner Losh <imp@FreeBSD.org>
Mon, 15 Jan 2024 02:22:49 +0000 (19:22 -0700)
committerWarner Losh <imp@FreeBSD.org>
Mon, 15 Jan 2024 02:23:45 +0000 (19:23 -0700)
commit9f48ef1fcae58fe8aa41da4cc59cc93136fe70dd
treebe3e40c9f01f76814b9a49a26dcf6727d86637c4
parentdf834e06bbc78c03cb6b35f074ae43673c9ce463
git-arc: Cope with extra output

On my machine, for reasons beyond my understanding, I get this warning
two times when running arc:

Warning: Module "openssl" is already loaded in Unknown on line 0

so grep -v ^Warning: on all the arc call-conduit calls to filter them
out so we can properly parse the JSON with jq.

Sponsored by: Netflix
Reviewed by: markj, jhb
Differential Revision: https://reviews.freebsd.org/D36583
tools/tools/git/git-arc.sh