Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3B6C6781A7C for ; Mon, 6 Jan 2020 01:20:52 +0000 (UTC) Received: by mail-lj1-f195.google.com with SMTP id j26so49257384ljc.12 for ; Sun, 05 Jan 2020 17:20:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=yzua7X+Mjx77Zj98PenMGS/72/KBYOyZsV2c0pWITfA=; b=sZRAAP7cZXteajz68HNYvYexRNyDMYb+P0j/uBsmtJWMvRCBFvACYRoINlLXcjN9wn QvSK6nxIBYjj1cRduwIIGsYJar4SPHV/xtw2d6qvKHM88xw0QbA9xMLnkmXRs+IttCfQ 4YXPAdrgY52o+ydjNYCeUksw7aaZswgu3nddd53Vwqjm9kPuPBVv7f/8tJBJDsPZtLUg BP5yohFcd1ml+3rpBlbaRIU8cf/+vMEE9dF96jhB+39pyPykYCbcNmkZzLKBtst+kQXr 9cwaPU+y8v/u9MHY4ijqLCAKDztyrPuqECL4O0qtuvL6WTIOKBx/hdcjGwKg4IXuJcHo PivA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=yzua7X+Mjx77Zj98PenMGS/72/KBYOyZsV2c0pWITfA=; b=Y+VpRTbjcbyOs0mm8JnAo+XTBPN8POaY1Fz98cxtNFeuYgkoBekcgka96DMUgmULVY T4gEV4srh9Ja6GQzXocSkT5ouejdGdXOjgcCe8eQYyfWc6zSHLivwMNi7nrSuo7MFiZA t3wt/qP4fk1kNY6RW+KY5SRonlvYmBkfBeI4YRFCBPFLlNAjEJt+66W92EIkmpAe/z3z 99ILQqj5K4O+t71VrUBAzT7xYm/85Wzv6kuZVKTzZLu6fUyQSX7H0xYB2tD0QYJaydd7 bQMonhri7Scm3U+ngR4sAdn4o1+v212LBqXaadjrjQ30n999mdYv+4jpaGkSabSWE78f 6D/Q== X-Gm-Message-State: APjAAAUTE79uCDXKYyGbH1hY26D+CIxsLg0JnEhU8FscCEB0F7cdYhqv RV339bOTlfN+tJmNowX/wscjGIzm X-Google-Smtp-Source: APXvYqz6jmkTvn/ZYb4HnwIs/pzOWjT4B5d6E2wiIbavfB0ysKuTIiWyVx+JvtPefDhFjfYOtpCeJA== X-Received: by 2002:a05:651c:20a:: with SMTP id y10mr59013396ljn.216.1578273650732; Sun, 05 Jan 2020 17:20:50 -0800 (PST) Received: from kpc.kaey.ru ([91.123.18.165]) by smtp.gmail.com with ESMTPSA id z3sm28499569ljh.83.2020.01.05.17.20.49 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 05 Jan 2020 17:20:50 -0800 (PST) Subject: Re: [PATCH v2] testing/telegraf: fix package setup To: Galen Abell , alpine-aports@lists.alpinelinux.org References: <20200104193337.20034-1-galen@galenabell.com> <20200105174752.15708-1-galen@galenabell.com> From: Konstantin Kulikov Message-ID: Date: Mon, 6 Jan 2020 04:20:49 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <20200105174752.15708-1-galen@galenabell.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 1/5/20 8:47 PM, Galen Abell wrote: > Telegraf's conf.d command line uses the additional config directory > `telegraf.d`, but the package installs the directory `telegraf.conf.d`. > --- > Bumped pkgrel (oops), switched -config-directory to /etc/telegraf.conf.d > rather than changing created directory. > > testing/telegraf/APKBUILD | 2 +- > testing/telegraf/telegraf.confd | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/testing/telegraf/APKBUILD b/testing/telegraf/APKBUILD > index 7ede05c220..cb0cb4c1a0 100644 > --- a/testing/telegraf/APKBUILD > +++ b/testing/telegraf/APKBUILD > @@ -2,7 +2,7 @@ > # Maintainer: Konstantin Kulikov > pkgname=telegraf > pkgver=1.13.0 > -pkgrel=0 > +pkgrel=1 > pkgdesc="A plugin-driven server agent for collecting & reporting metrics, part of the InfluxDB project" > url="https://www.influxdata.com/time-series-platform/telegraf/" > arch="x86_64 aarch64" > diff --git a/testing/telegraf/telegraf.confd b/testing/telegraf/telegraf.confd > index b29a46ea2a..bf6a22907d 100644 > --- a/testing/telegraf/telegraf.confd > +++ b/testing/telegraf/telegraf.confd > @@ -1,4 +1,4 @@ > -TELEGRAF_OPTS="-config /etc/telegraf.conf -config-directory /etc/telegraf.d" > +TELEGRAF_OPTS="-config /etc/telegraf.conf -config-directory /etc/telegraf.conf.d" > > # Uncomment to enable logging to syslog. > #error_logger="logger -t $RC_SVCNAME" > Looks good. Thanks.