X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id DFC6E5C652B for ; Fri, 12 Oct 2018 19:45:00 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1539374040; bh=ab7xQGfcSrRvVpbxsubGU/IeIYEpWCwXQB/hCRfcXHg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=CMprvtBzaFm9gRS8UjqZ+38SLcIaKAEBmDIqQqpzOxfDiKyvoOey+jzV8/TV1you3 qutDzpXBZwBhKMM5KtrE/y3n1yOMq7NhyzqNxy/st8s5BxJZitimUOsNaUSWkO7q3M StQqGEskEHN1x1nO/LkSKcwMMGJ6grOONrYdEuAI= Date: Fri, 12 Oct 2018 15:44:58 -0400 From: Drew DeVault To: Natanael Copa Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/apk-file: new aport Message-ID: <20181012194458.GB890@miku> References: <20171210001720.8222-1-sir@cmpwn.com> <20181012211544.3694e997@ncopa-desktop.copa.dup.pw> 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-Disposition: inline In-Reply-To: <20181012211544.3694e997@ncopa-desktop.copa.dup.pw> X-GNU: Terry Pratchett On 2018-10-12 9:15 PM, Natanael Copa wrote: > I am trying to look over some old, unmerged patches. Thanks! > > +build() { > > + export GOPATH="$startdir" > > + cd "$builddir" > > + go get -d -v || return 1 > > This will pull in dependencies from current git and will create a > different package from same APKBUILD in the future. > > I don't have a perfect answer to how to do reproducible builds with go. Go 1.11 was released since I first made this package, and apk-file has been updated accordingly with a go.sum file which can be used to pin the dependency versions. I'll put up a new patch soon which updates this to 0.3.5 and makes the appropriate changes. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---