MCPcopy Create free account
hub / github.com/apache/fory / verify

Function verify

ci/release.py:148–153  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

146
147
148def verify(v):
149 src_tar = f"apache-fory-{v}-src.tar.gz"
150 subprocess.check_call(f"gpg --verify {src_tar}.asc {src_tar}", shell=True)
151 logger.info("Verified signature")
152 subprocess.check_call(f"sha512sum --check {src_tar}.sha512", shell=True)
153 logger.info("Verified checksum successfully")
154
155
156def publish_jvm(languages="all"):

Callers 1

buildFunction · 0.85

Calls 1

infoMethod · 0.65

Tested by

no test coverage detected