On 09/04/18 at 08:54pm, Jelle van der Waa wrote:
On 08/29/18 at 10:23pm, Jelle van der Waa wrote:
Most of our PKGBUILDs svn propset's break reproducible builds and the pkgbuild_sha256sum in the BUILDINFO file. When building a package before commiting the PKGBUILD the propset $Id will differ since the $Id is set on commit.
So far, I've only gotten positive reactions. If no one objects I propose to remove the propsets treewide after a week, so everyone has time enough to object. Removal will be done as following:
$ sed -ri '/\$Id/d' */trunk/PKGBUILD $ svn propdel svn:keywords */trunk/PKGBUILD
The propsets have been removed from both community and packages. We can now continue the reproducible build effort knowing that the PKGBUILD hash in trunk and in BUILDINFO matches :) -- Jelle van der Waa