Changeset 04addef in mod_gnutls for test/test_ca.mk
- Timestamp:
- Jun 13, 2016, 1:32:44 AM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 16ad0eb
- Parents:
- 0831437
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test_ca.mk
r0831437 r04addef 43 43 44 44 # Import and signing modify the shared keyring, which leads to race 45 # conditions with parallel make. Locking avoids this problem. 46 %/cert.pgp: %/minimal.pgp authority/gpg.conf 45 # conditions with parallel make. Locking avoids this problem. Building 46 # authority/minimal.pgp (instead of just authority/gpg.conf) before 47 # */cert.pgp avoids having to lock for all */minimal.pgp, too. 48 %/cert.pgp: %/minimal.pgp authority/minimal.pgp 47 49 if test -r $@; then rm $@; fi 48 50 GNUPGHOME=authority $(GPG_FLOCK) gpg --import $< 49 51 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 :)" 50 GNUPGHOME=authority gpg --output $@ --armor --export "$$(GNUPGHOME=$(dir $@) gpg --with-colons --list-secret-keys --fingerprint | grep ^fpr: | cut -f 10 -d :)"52 GNUPGHOME=authority $(GPG_FLOCK) gpg --output $@ --armor --export "$$(GNUPGHOME=$(dir $@) gpg --with-colons --list-secret-keys --fingerprint | grep ^fpr: | cut -f 10 -d :)" 51 53 52 54 # special cases for the authorities' root certs:
Note: See TracChangeset
for help on using the changeset viewer.