MCPcopy Create free account
hub / github.com/apache/solr / stopGpgAgent

Function stopGpgAgent

dev-tools/scripts/smokeTestRelease.py:356–357  ·  view source on GitHub ↗
(gpgHomeDir, logFile)

Source from the content-addressed store, hash-verified

354 if line.lower().find('warning') != -1 \
355 and line.find('WARNING: This key is not certified with a trusted signature') == -1:
356 print(' GPG: %s' % line.strip())
357
358 # Test trust (this is done with the real users config)
359 run('gpg --import %s' % (keysFile),
360 '%s/solr.gpg.trust.import.log' % tmpDir)

Callers 2

checkSigsFunction · 0.85
verifyMavenSigsFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…