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 D8B48DC012D for ; Mon, 7 Sep 2015 08:56:56 +0000 (UTC) Received: from yavin4.bsod.eu (yavin4.bsod.eu [188.164.131.106]) by mail.alpinelinux.org (Postfix) with ESMTP id 98034DC00DE for ; Mon, 7 Sep 2015 08:56:56 +0000 (UTC) Received: from yavin4.bsod.eu (hoth.bsod.eu [127.0.0.1]) by yavin4.bsod.eu (Postfix) with ESMTP id 857461001C03; Mon, 7 Sep 2015 08:56:55 +0000 (UTC) Received: from yavin4.bsod.eu (hoth.bsod.eu [127.0.0.1]) by yavin4.bsod.eu (Postfix) with ESMTP id 72A901001C00; Mon, 7 Sep 2015 08:56:54 +0000 (UTC) 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; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 07 Sep 2015 10:56:54 +0200 From: Francesco Colista To: Christian Kampka Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/vault: new aport In-Reply-To: <1439502470-12655-1-git-send-email-christian@kampka.net> References: <1439502470-12655-1-git-send-email-christian@kampka.net> Message-ID: <6a965971c601994f6ffc6434074734f8@bsod.eu> X-Sender: fcolista@alpinelinux.org User-Agent: Roundcube Webmail/1.1.2 X-Virus-Scanned: ClamAV using ClamSMTP Il 2015-08-13 23:47 Christian Kampka ha scritto: > https://www.vaultproject.io > Vault is a tool for securely accessing secrets. A secret is anything > that you want to tightly control access to, such as API keys, > passwords, > certificates, and more. Vault provides a unified interface to any > secret, while providing tight access control and recording a detailed > audit log. > --- > testing/vault/APKBUILD | 100 +++++++++++++++++++++ > testing/vault/Godeps.json | 221 > ++++++++++++++++++++++++++++++++++++++++++++++ > testing/vault/vault.confd | 1 + > testing/vault/vault.hcl | 15 ++++ > testing/vault/vault.initd | 33 +++++++ > 5 files changed, 370 insertions(+) > create mode 100644 testing/vault/APKBUILD > create mode 100644 testing/vault/Godeps.json > create mode 100644 testing/vault/vault.confd > create mode 100644 testing/vault/vault.hcl > create mode 100644 testing/vault/vault.initd > Hi Christian. Thanks for this patch. It does apply correctly, but package does not build. snapshot function fails: buildlab-edge:~/aports/testing/vault$ abuild snapshot >>> vault: Cleaning temporary build dirs... (1/3) Installing go (1.5-r0) (2/3) Installing godep (0_git20140825-r1) (3/3) Installing .makedepends-vault (0) Executing busybox-1.23.2-r9.trigger OK: 732 MiB in 132 packages % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (22) The requested URL returned error: 404 Not Found >>> ERROR: vault: fetch failed >>> vault: Checking out v0.2.0 tag Note: checking out '358a3c28815f96f4996ce516795a0cd3673075de'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b install: can't stat '/home/fcolista/aports/testing/vault/src/Godeps.json': No such file or directory You can try to fix this apkbuild by using the build-it "snapshot" function of abuild rather than implementing you that function (if it is possible). An example can be found with main/atheme-iris package. Thanks. -- :: Francesco Colista :: Alpine Linux Infrstraucture :: http://www.alpinelinux.org --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---