Showing only last 6 chars of git rev
This commit is contained in:
parent
d6227b6dad
commit
ae4d5eb8a2
@ -5,4 +5,5 @@ revision = (
|
||||
.strip()
|
||||
.decode("utf-8")
|
||||
)
|
||||
print("-D CFG_GITREV='\"%s\"'" % revision)
|
||||
revision = revision[-6:]
|
||||
print("-D CFG_GITREV='\"..%s\"'" % revision)
|
||||
|
Loading…
Reference in New Issue
Block a user