MCPcopy Create free account
hub / github.com/koding/kite / build_osx

Function build_osx

kitectl/release.py:63–68  ·  view source on GitHub ↗
(binpath, version)

Source from the content-addressed store, hash-verified

61
62
63def build_osx(binpath, version):
64 print "Making tar file..."
65 tarname = "kite-%s-osx.tar.gz" % version
66 with tarfile.open(tarname, "w:gz") as tar:
67 tar.add(binpath, arcname="kite")
68 return tarname
69
70
71def build_linux(binpath, version):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected