MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / patch

Function patch

win/utils.py:239–242  ·  view source on GitHub ↗
(pkg_prefix, patchdir)

Source from the content-addressed store, hash-verified

237 return os.path.join(patchdir, one_prefix(pkg_prefix, patchdir))
238
239def patch(pkg_prefix, patchdir):
240 patch_fn = patchfile(pkg_prefix, patchdir)
241 print "PATCH", patch_fn
242 call(['patch', '-p1', '-i', patch_fn])
243
244def build_dir(parms):
245 return os.path.join(parms['BUILD'], parms['ARCH'])

Callers 1

build_opensslFunction · 0.85

Calls 2

patchfileFunction · 0.85
callFunction · 0.70

Tested by

no test coverage detected