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 7F2E0DC90B0 for ; Thu, 6 Aug 2015 18:54:19 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D5130DC86C4; Thu, 6 Aug 2015 18:54:18 +0000 (UTC) Received: from localhost (ip5f5ac985.dynamic.kabel-deutschland.de [95.90.201.133]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 38735420; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 6 Aug 2015 20:54:15 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 4/8] testing/consul: go binaries should not be stripped Date: Thu, 6 Aug 2015 20:53:46 +0200 Message-Id: <1438887230-18775-4-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1438887230-18775-1-git-send-email-soeren+git@soeren-tempel.net> References: <1438887230-18775-1-git-send-email-soeren+git@soeren-tempel.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/consul/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/consul/APKBUILD b/testing/consul/APKBUILD index cef4980..3b9ec88 100644 --- a/testing/consul/APKBUILD +++ b/testing/consul/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=consul pkgver=0.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="A tool for service discovery, monitoring and configuration" url="https://www.consul.io/" arch="all" @@ -14,6 +14,7 @@ install="$pkgname.pre-install $pkgname.pre-deinstall $pkgname.post-deinstall" pkgusers="consul" pkggroups="consul" subpackages="" +options="!strip" source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz v${pkgver//./-}.json consul.initd -- 2.5.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---