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

Function normSlashes

dev-tools/scripts/smokeTestRelease.py:198–199  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

196 if implLine.find(verifyRevision) == -1:
197 raise RuntimeError('%s is missing "%s" inside its META-INF/MANIFEST.MF (wrong git revision?)' % \
198 (desc, verifyRevision))
199 else:
200 raise RuntimeError('%s is missing Implementation-Version inside its META-INF/MANIFEST.MF' % desc)
201
202 notice = decodeUTF8(z.read(NOTICE_FILE_NAME))

Callers 1

checkAllJARsFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…