Ziskani verze pomoci unifikovaneho skriptu
This commit is contained in:
parent
7d047e934e
commit
40bf89adb6
@ -182,6 +182,9 @@ def copycompresstree(src, dst, compress, dirbase):
|
|||||||
|
|
||||||
# Ziskani verze repozitare z gitu
|
# Ziskani verze repozitare z gitu
|
||||||
def getgitversion():
|
def getgitversion():
|
||||||
|
version = subprocess.check_output(["python3","tools/generate/gitrev.py"])
|
||||||
|
return version.decode("utf-8")
|
||||||
|
"""
|
||||||
isgit = True
|
isgit = True
|
||||||
after = b"0"
|
after = b"0"
|
||||||
mod = b""
|
mod = b""
|
||||||
@ -213,6 +216,7 @@ def getgitversion():
|
|||||||
else:
|
else:
|
||||||
revision = b"0.0.0.x"
|
revision = b"0.0.0.x"
|
||||||
return revision.decode("utf-8")
|
return revision.decode("utf-8")
|
||||||
|
"""
|
||||||
|
|
||||||
def main(argv):
|
def main(argv):
|
||||||
global flist
|
global flist
|
||||||
|
Loading…
Reference in New Issue
Block a user