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 33B9ADC014C for ; Tue, 29 Mar 2016 10:00:29 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.117]) by mail.alpinelinux.org (Postfix) with ESMTP id DACB6DC009B for ; Tue, 29 Mar 2016 10:00:28 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (229.63.200.37.customer.cdi.no [37.200.63.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id B63E05A126B; Tue, 29 Mar 2016 10:00:26 +0000 (GMT) Date: Tue, 29 Mar 2016 12:00:21 +0200 From: Natanael Copa To: Randall Leeds Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/entrykit: new aport Message-ID: <20160329120021.09c4a364@ncopa-desktop.alpinelinux.org> In-Reply-To: <1458750848-9778-1-git-send-email-randall@bleeds.info> References: <1458750848-9778-1-git-send-email-randall@bleeds.info> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; 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 Wed, 23 Mar 2016 09:34:08 -0700 Randall Leeds wrote: > --- > testing/entrykit/APKBUILD | 35 ++++++++++++++++++++++++++++++++ > testing/entrykit/entrykit.post-deinstall | 8 ++++++++ > testing/entrykit/entrykit.post-install | 2 ++ > 3 files changed, 45 insertions(+) > create mode 100644 testing/entrykit/APKBUILD > create mode 100644 testing/entrykit/entrykit.post-deinstall > create mode 100644 testing/entrykit/entrykit.post-install I got the following error: >>> entrykit: Cleaning temporary build dirs... >>> entrykit: Checking sha512sums... sha512sum: WARNING: 1 of 1 computed checksums did NOT match Because the remote file above failed the sha512sum check it will be deleted. Rebuilding will cause it to re-download which in some cases may fix the problem. Deleting: entrykit-0.4.0.tar.gz >>> ERROR: entrykit: all failed more comments below ... > > diff --git a/testing/entrykit/APKBUILD b/testing/entrykit/APKBUILD > new file mode 100644 > index 0000000..8b0e5f1 > --- /dev/null > +++ b/testing/entrykit/APKBUILD > @@ -0,0 +1,35 @@ > +# Contributor: Matt Aitchison > +# Maintainer: Randall Leeds > +pkgname=entrykit > +pkgver=0.4.0 > +pkgrel=1 we start counting on 0 for pkgrel > +pkgdesc="Entrypoint tools for elegant, programmable containers" > +url="https://github.com/progrium/entrykit" > +arch="x86_64" why not x86? -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---