Repository: metron-bro-plugin-kafka Updated Branches: refs/heads/master d1a09b6a5 -> 0fd459454
METRON-1818 Remove config_files from bro-pkg.meta (JonZeolla) closes apache/metron-bro-plugin-kafka#11 Project: http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/commit/0fd45945 Tree: http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/tree/0fd45945 Diff: http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/diff/0fd45945 Branch: refs/heads/master Commit: 0fd45945490a50960cb9b841e1a9c943759156f9 Parents: d1a09b6 Author: JonZeolla <[email protected]> Authored: Tue Oct 16 12:47:50 2018 -0400 Committer: jonzeolla <[email protected]> Committed: Tue Oct 16 12:47:50 2018 -0400 ---------------------------------------------------------------------- bro-pkg.meta | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/blob/0fd45945/bro-pkg.meta ---------------------------------------------------------------------- diff --git a/bro-pkg.meta b/bro-pkg.meta index 095ed5b..8bde2cc 100644 --- a/bro-pkg.meta +++ b/bro-pkg.meta @@ -5,7 +5,6 @@ script_dir = build/scripts/Apache/Kafka build_command = ./configure --bro-dist=%(bro_dist)s --with-librdkafka=%(LIBRDKAFKA_ROOT)s && make test_command = ( cd tests && btest -d ) plugin_dir = build -config_files = scripts/init.bro version = 0.3 depends = bro >=2.5.0
