1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

FIX: REVISION length not more than 7 symbols (#14151)

* FIX: REVISION length not more than 7 symbols

* FIX: REVISION length changed to 9 symbols

* FIX: Updated GIT_SHORT_REVISION_LENGTH to 9

* Revert "FIX: Updated GIT_SHORT_REVISION_LENGTH to 9"

This reverts commit ec01012e44.

* Deleted REVISION cut

---------

Co-authored-by: s.salov <s.salov@rels.dom>
This commit is contained in:
Stepandrr 2025-01-24 00:56:17 +03:00 committed by GitHub
parent 908a347d2f
commit ae8d57bb06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,7 @@ endif
REVISION := norevision REVISION := norevision
ifeq ($(shell git diff --shortstat),) ifeq ($(shell git diff --shortstat),)
REVISION := $(shell git log -1 --format="%h") REVISION := $(shell git rev-parse --short=9 HEAD)
endif endif
LD_FLAGS := LD_FLAGS :=