summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-02-13 17:14:00 -0500
committerLevente Polyak <anthraxx@archlinux.org>2019-11-30 13:21:23 +0100
commit2fb1cc2dd2c2171bd2c078a37f871de45b0fe118 (patch)
tree03072f6accc5b25e92cdc26a9081fc50ea2494a5 /Makefile
parentbcba56640536406b860fa7364357659b51d0aea5 (diff)
downloaddevtools32-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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0eb7a88..090063d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ IN_PROGS = \
finddeps \
find-libdeps \
lddd \
+ makerepropkg \
mkarchroot \
makechrootpkg \
rebuildpkgs \