Merge pull request #1316 from stilor/allow-env-override

Allow environment override of USE_GPG/DIGESTS
This commit is contained in:
Alexey Neyman 2020-03-16 23:31:47 -07:00 committed by GitHub
commit b1971089f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,8 +91,8 @@ create-symlinks:
gen-tarball-version:
echo $(VERSION) > $(distdir)/.tarball-version
DIGESTS = md5 sha1 sha512
USE_GPG = yes
DIGESTS ?= md5 sha1 sha512
USE_GPG ?= yes
dist-create-release: distcheck
for a in $(DIST_ARCHIVES); do \