Changeset 2b80754 in mod_gnutls for test/test_ca.mk
- Timestamp:
- May 27, 2016, 8:33:01 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 086cea9
- Parents:
- 9e56602
- git-author:
- Thomas Klute <thomas2.klute@…> (05/27/16 19:35:20)
- git-committer:
- Thomas Klute <thomas2.klute@…> (05/27/16 20:33:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test_ca.mk
r9e56602 r2b80754 35 35 36 36 %/minimal.pgp: %/gpg.conf 37 if test -r $@; then rm $@; fi 37 38 GNUPGHOME=$(dir $@) gpg --output $@ --armor --export "$$(GNUPGHOME=$(dir $@) gpg --with-colons --list-secret-keys --fingerprint | grep ^fpr: | cut -f 10 -d :)" 38 39 … … 40 41 # conditions with parallel make. Locking avoids this problem. 41 42 %/cert.pgp: %/minimal.pgp authority/gpg.conf 43 if test -r $@; then rm $@; fi 42 44 GNUPGHOME=authority $(GPG_FLOCK) gpg --import $< 43 45 GNUPGHOME=authority $(GPG_FLOCK) gpg --batch --sign-key --no-tty --yes "$$(GNUPGHOME=$(dir $@) gpg --with-colons --list-secret-keys --fingerprint | grep ^fpr: | cut -f 10 -d :)"
Note: See TracChangeset
for help on using the changeset viewer.