mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-11 15:11:25 +00:00
revert some more
This commit is contained in:
parent
945fd7a05c
commit
56afed84df
@ -22,9 +22,9 @@ def readProps(prefsLoc):
|
|||||||
isDirty = subprocess.check_output(
|
isDirty = subprocess.check_output(
|
||||||
['git', 'diff', 'HEAD']).decode("utf-8").strip()
|
['git', 'diff', 'HEAD']).decode("utf-8").strip()
|
||||||
suffix = sha
|
suffix = sha
|
||||||
if isDirty:
|
# if isDirty:
|
||||||
# short for 'dirty', we want to keep our verstrings source for protobuf reasons
|
# # short for 'dirty', we want to keep our verstrings source for protobuf reasons
|
||||||
suffix = sha + "-d"
|
# suffix = sha + "-d"
|
||||||
verObj['long'] = "{}.{}.{}.{}".format(
|
verObj['long'] = "{}.{}.{}.{}".format(
|
||||||
version["major"], version["minor"], version["build"], suffix)
|
version["major"], version["minor"], version["build"], suffix)
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user