X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 8BC2BDC04B8; Mon, 13 Jul 2015 06:40:23 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id B9C78DC040A; Mon, 13 Jul 2015 06:40:22 +0000 (UTC) Date: Mon, 13 Jul 2015 08:40:17 +0200 From: Natanael Copa To: Ben Bailey Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/telegraf: new aport Message-ID: <20150713084017.50b9a6de@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 7 Jul 2015 15:10:49 -0500 Ben Bailey wrote: > How does this look for a first port? Hi, thanks, but patch is corrupt. > > https://github.com/influxdb/telegraf > plugin-driven server agent for reporting metrics into InfluxDB > --- > testing/telegraf/APKBUILD | 49 > +++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 49 insertions(+) > create mode 100644 testing/telegraf/APKBUILD > > diff --git a/testing/telegraf/APKBUILD b/testing/telegraf/APKBUILD > new file mode 100644 > index 0000000..3c6b4f0 > --- /dev/null > +++ b/testing/telegraf/APKBUILD > @@ -0,0 +1,49 @@ > +# Contributor: Ben Bailey > +# Maintainer: > +pkgname=telegraf > +pkgver=0.1.3 > +pkgrel=0 > +pkgdesc="plugin-driven server agent for reporting metrics into InfluxDB" > +url="https://github.com/influxdb/telegraf" > +arch="x86_64" > +license="MIT" > +depends="" > +depends_dev="go coreutils" > +makedepends="$depends_dev" > +install="" > +subpackages="" > +source="$pkgname-$pkgver.tar.gz:: > https://github.com/influxdb/telegraf/archive/v${pkgver}.tar.gz" ^^^ I think your mailer added a newline here > +_builddir="$srcdir"/"$pkgname"-"$pkgver" ... > + > +md5sums="f509d91e05797b2fe1f9043314dcb6e2 telegraf-0.1.3.tar.gz" > +sha256sums="ed719e317e9918b314f92cdca09ab7e34fa12c357800fe31cb1c8978a2128f40 > telegraf-0.1.3.tar.gz" > +sha512sums="aa770900723549ccad5888726888f19419927fff9c76d3764db835dc1d9c1cd892c2ee9420354155759e1a7b381672ff7ae4a742e97107009509db0b04342f09 > telegraf-0.1.3.tar.gz" ^^^^and it added another newline there. Result is: Applying: testing/telegraf: new aport fatal: corrupt patch at line 34 Patch failed at 0001 testing/telegraf: new aport I wonder if you should sent the patch as an attachment instead. > -- > 2.4.1 > --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---