MCPcopy Create free account
hub / github.com/culvertsoft/mgen / getCommitDateString

Function getCommitDateString

buildimpl.py:34–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 check_call(mgen_cmd + project + ' plugin_paths="' + plug_paths + '" output_path="' + outPath + '" use_env_vars="false"', cwd=workingDir, shell=True)
33
34def getCommitDateString():
35 return os.popen("git show -s --format=%ci").read().rstrip()
36
37def createVersionFiles():
38 def createJavaVersionFile2(project, version):

Callers 2

create_install_zipFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected