index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-10 | makerepropkg: take makepkg.conf from devtools pkgdatadir location | Levente Polyak | |
This ensures we use the same configuration for reproducing packages as we use for building them via devtools. One example of why we care about this are the COMPRESS* settings that may differ from the guest's pacman shipped makepkg.conf that affect the reproducibility of packages. | |||
2019-12-27 | makerepropkg: correctly reproduce a pkgfile with any compression type | Eli Schwartz | |
We don't want the default PKGEXT in the current version of devtools, we want the PKGEXT we *know* the input file used. Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2019-12-27 | makerepopkg: fix zstd extension (.zstd -> .zst) | Robin Broda | |
2019-11-30 | makerepropkg: add new program to try to reproducibly build a package | Eli Schwartz | |
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 <eschwartz@archlinux.org> |