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

Function download_keys

dev-tools/scripts/releaseWizard.py:1155–1156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1153 return f.read().strip()
1154
1155def download_keys():
1156 download('KEYS', "https://downloads.apache.org/solr/KEYS", state.config_path)
1157
1158def keys_downloaded():
1159 return os.path.exists(os.path.join(state.config_path, "KEYS"))

Callers 1

configure_pgpFunction · 0.85

Calls 1

downloadFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…