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 60DF6DC02A5 for ; Sat, 19 Sep 2015 10:37:52 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id ED15DDC0262 for ; Sat, 19 Sep 2015 10:37:51 +0000 (UTC) Received: by wicge5 with SMTP id ge5so60518536wic.0 for ; Sat, 19 Sep 2015 03:37:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=vIDw1eZbTJXTS5uGtFdLv2Dp8afACF6budxDzzzfeTY=; b=bbh7Dqwb7rlKVLYSXEkK3/MPx3jJZXAjyFCGqdPtMbbReg80LqBmWfAXi0uZJWbL+l gerzTjHl+TgXu+JnJVBfL3IBCfIoaDAYm37Rzp5IEH8xZIW1m8OeooBBImXbRBLob/o6 U7294oZ2Hycasu82vhOmwPZjYjCNcpYNJXT7Y27SkL21JdS3edbZhYH0Bvsp2MjxE0Uv A6YaK4n/L2pExbvn5WTxIHNTdPAW3FR3djL8j2mhVSmnlrgdSUYac1GDx+NxuD9KT7zR /NimudHtlJ187/nFY35ScWD3hVsAwpZd4q1ShFBYR04l+JnysMYR/KVgiBpa0Z+NM0pb +lqg== X-Gm-Message-State: ALoCoQmCoMFn3F9fxbXwpQlY/zQoCV0Z/6XYMJ3Xmrv/J3T8HBgeqNk/sH/uygq3GBi4pI2oGM1Y X-Received: by 10.181.13.102 with SMTP id ex6mr3135870wid.64.1442659069824; Sat, 19 Sep 2015 03:37:49 -0700 (PDT) Received: from localhost (pD9555A30.dip0.t-ipconnect.de. [217.85.90.48]) by smtp.gmail.com with ESMTPSA id uc12sm2674331wib.13.2015.09.19.03.37.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Sep 2015 03:37:49 -0700 (PDT) From: Christian Kampka To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/vault: new aport Date: Sat, 19 Sep 2015 12:37:44 +0200 Message-Id: <1442659065-29656-1-git-send-email-christian@kampka.net> X-Mailer: git-send-email 2.5.1 In-Reply-To: <6a965971c601994f6ffc6434074734f8@bsod.eu> References: <6a965971c601994f6ffc6434074734f8@bsod.eu> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Hi Francesco, I have fixed the patch, it should now produce a propper snapshot. Testing it is always a bit tricky without access to dev.alpinelinux.org As for the builtin snapshot function, it cannot (to my knowledge) handle go dependencies using Godeps. Therefore, I implement a specific snapshot function for go packages. Cheers, Christian --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---