[arch-projects] [devtools] [PATCH v3 2/3] makerepropkg: add new program to try to reproducibly build a package

2019-11-20 Thread Eli Schwartz via arch-projects
This attempts to recreate a package that was probably created using makechrootpkg, and see if it conforms to the https://reproducible-builds.org/ specification. Signed-off-by: Eli Schwartz --- v3: make sure the pkgfile is actually a valid pkgfile .gitignore | 1 + Makefile| 1

[arch-projects] [devtools] [PATCH v2 2/3] makerepropkg: add new program to try to reproducibly build a package

2019-11-20 Thread Eli Schwartz via arch-projects
This attempts to recreate a package that was probably created using makechrootpkg, and see if it conforms to the https://reproducible-builds.org/ specification. Signed-off-by: Eli Schwartz --- v2: add .gitignore bits .gitignore | 1 + Makefile| 1 + makerepropkg.in | 186

Re: [arch-projects] [devtools] [PATCH 0/3] New tool,

2019-11-20 Thread Daniel Edgecumbe
On 17.11.2019 21:32, Eli Schwartz via arch-projects wrote: I've finally finished up this thing for testing if a package can be rebuilt reproducibly. It uses makechrootpkg/mkarchroot under the hood, and requires arch-install-scripts >= 23. You may wish to include `makerepropkg` in .gitignore