[arch-commits] Commit in beats/trunk (PKGBUILD magefile_text_file_busy.patch)

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Feb 27 08:39:48 UTC 2020


    Date: Thursday, February 27, 2020 @ 08:39:47
  Author: mtorromeo
Revision: 583623

upgpkg: beats 7.6.0-1

Modified:
  beats/trunk/PKGBUILD
  beats/trunk/magefile_text_file_busy.patch

-------------------------------+
 PKGBUILD                      |    6 +++---
 magefile_text_file_busy.patch |    7 +++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 08:39:26 UTC (rev 583622)
+++ PKGBUILD	2020-02-27 08:39:47 UTC (rev 583623)
@@ -3,7 +3,7 @@
 
 pkgbase=beats
 pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat journalbeat)
-pkgver=7.5.2
+pkgver=7.6.0
 pkgrel=1
 pkgdesc='Data shippers for Elasticsearch'
 arch=('x86_64')
@@ -23,7 +23,7 @@
         "journalbeat.service"
         "tmpfile.conf"
         "magefile_text_file_busy.patch")
-sha256sums=('fcfecd4fca374843efac346e5db40272ab306e2c971e074efb71ada1c17f0e12'
+sha256sums=('3dd2726d51ce39b190ea18fb56818b14151f907a643ff72c0e06457241324d76'
             '7256be466b4255cf3ec9e3600998ec006e762508345a08db16e004a1f15083dc'
             '9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
             '7d83a068e8c4da3de3f42bf21b840a86900e9cf02f5ba0851501a1620e5fa29d'
@@ -31,7 +31,7 @@
             '5ee738b911022494bc9f8422a4fa7ab7862bd635ca7b08fa3bc8d789ef2785bf'
             'c3633d95314d11dd4e153197f22f308c239ced9240291a9aeaec4f6721911e01'
             'f29361772f23ec42bb15b5e0ca7e93f17fe00d31cf08a9e2c0d0ab27f2277bbc'
-            '6fdef755fe03d1c83aa9dfe0cba505b4a9d3e4134cb6d3f9c62e9795a3b7c85a')
+            'c93d5d2cf2dcb506a29ebc1360c313a1c584bca841e19fc783d4a8be4f11617f')
 
 prepare() {
     mkdir -p "$srcdir/bin"

Modified: magefile_text_file_busy.patch
===================================================================
--- magefile_text_file_busy.patch	2020-02-27 08:39:26 UTC (rev 583622)
+++ magefile_text_file_busy.patch	2020-02-27 08:39:47 UTC (rev 583623)
@@ -1,8 +1,8 @@
 diff --git a/metricbeat/Makefile b/metricbeat/Makefile
-index 9f4e5f1..8934187 100644
+index c0ff55b..5f7a241 100644
 --- a/metricbeat/Makefile
 +++ b/metricbeat/Makefile
-@@ -75,4 +75,5 @@ test-module: python-env update metricbeat.test
+@@ -76,7 +76,8 @@ test-module: python-env update metricbeat.test
  assets:
  	go run ${ES_BEATS}/metricbeat/scripts/assets/assets.go ${ES_BEATS}/metricbeat/module
  	mkdir -p include/fields
@@ -9,3 +9,6 @@
 -	go run  ${ES_BEATS}/libbeat/scripts/cmd/global_fields/main.go -es_beats_path ${ES_BEATS} -beat_path ${PWD} | go run  ${ES_BEATS}/dev-tools/cmd/asset/asset.go -license ${LICENSE} -out ./include/fields/fields.go -pkg include -priority asset.LibbeatFieldsPri ${ES_BEATS}/libbeat/fields.yml $(BEAT_NAME)
 +	go run ${ES_BEATS}/libbeat/scripts/cmd/global_fields/main.go -es_beats_path ${ES_BEATS} -beat_path ${PWD} > tmp_global_fields.bin
 +	go run ${ES_BEATS}/dev-tools/cmd/asset/asset.go -license ${LICENSE} -out ./include/fields/fields.go -pkg include -priority asset.LibbeatFieldsPri ${ES_BEATS}/libbeat/fields.yml $(BEAT_NAME) < tmp_global_fields.bin
+ 
+ .PHONY: integration-tests
+ integration-tests: ## @testing Run golang integration tests.



More information about the arch-commits mailing list