[arch-commits] Commit in beats/trunk (4 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Thu Jan 12 20:43:19 UTC 2017
Date: Thursday, January 12, 2017 @ 20:43:18
Author: mtorromeo
Revision: 207088
upgpkg: beats 5.1.1-2
systemd hooks rebuild
Modified:
beats/trunk/PKGBUILD
Deleted:
beats/trunk/filebeat.install
beats/trunk/metricbeat.install
beats/trunk/packetbeat.install
--------------------+
PKGBUILD | 5 +----
filebeat.install | 8 --------
metricbeat.install | 8 --------
packetbeat.install | 8 --------
4 files changed, 1 insertion(+), 28 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-12 20:33:23 UTC (rev 207087)
+++ PKGBUILD 2017-01-12 20:43:18 UTC (rev 207088)
@@ -4,7 +4,7 @@
pkgbase=beats
pkgname=(filebeat packetbeat metricbeat)
pkgver=5.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Data shippers for Elasticsearch'
arch=('i686' 'x86_64')
url='https://www.elastic.co/products/beats'
@@ -15,7 +15,6 @@
'python: for migration script')
options=('!strip')
source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz"
- "filebeat.install"
"filebeat.sysusers"
"filebeat.service"
"packetbeat.service"
@@ -24,7 +23,6 @@
"packetbeat-tmpfile.conf"
"metricbeat-tmpfile.conf")
sha256sums=('f280b975afffd5c2e9ddb9aef2823aff065aec8c41325999c2721fa2770dafb0'
- 'e3cb8d4cd630aa606b9826ab2f54b4309f8558326e3ecaba9a868f566669643e'
'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
@@ -65,7 +63,6 @@
_do_package_beat() {
backup=(etc/$pkgname/$pkgname.yml etc/$pkgname/$pkgname.template{,-es2x}.json)
- install="$pkgname.install"
cd beats-$pkgver/$pkgname
Deleted: filebeat.install
===================================================================
--- filebeat.install 2017-01-12 20:33:23 UTC (rev 207087)
+++ filebeat.install 2017-01-12 20:43:18 UTC (rev 207088)
@@ -1,8 +0,0 @@
-post_install() {
- systemd-sysusers filebeat.conf
- systemd-tmpfiles --create filebeat.conf
-}
-
-post_upgrade(){
- systemd-tmpfiles --create filebeat.conf
-}
Deleted: metricbeat.install
===================================================================
--- metricbeat.install 2017-01-12 20:33:23 UTC (rev 207087)
+++ metricbeat.install 2017-01-12 20:43:18 UTC (rev 207088)
@@ -1,8 +0,0 @@
-post_install() {
- systemd-sysusers metricbeat.conf
- systemd-tmpfiles --create metricbeat.conf
-}
-
-post_upgrade(){
- systemd-tmpfiles --create metricbeat.conf
-}
Deleted: packetbeat.install
===================================================================
--- packetbeat.install 2017-01-12 20:33:23 UTC (rev 207087)
+++ packetbeat.install 2017-01-12 20:43:18 UTC (rev 207088)
@@ -1,8 +0,0 @@
-post_install() {
- systemd-sysusers packetbeat.conf
- systemd-tmpfiles --create packetbeat.conf
-}
-
-post_upgrade(){
- systemd-tmpfiles --create packetbeat.conf
-}
More information about the arch-commits
mailing list