diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-02-13 17:14:00 -0500 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-11-30 13:21:23 +0100 |
commit | 2fb1cc2dd2c2171bd2c078a37f871de45b0fe118 (patch) | |
tree | 03072f6accc5b25e92cdc26a9081fc50ea2494a5 /.gitignore | |
parent | bcba56640536406b860fa7364357659b51d0aea5 (diff) | |
download | devtools32-2fb1cc2dd2c2171bd2c078a37f871de45b0fe118.tar.xz |
makerepropkg: add new program to try to reproducibly build a package
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ commitpkg finddeps lddd makechrootpkg +makerepropkg mkarchroot rebuildpkgs zsh_completion |