util/release/build-release: Use short git hash for .coreboot-version4.17
commit8da4bfe5b573f395057fbfb5a9d99b376e25c2a4
authorMartin Roth <martin@coreboot.org>
Fri, 3 Jun 2022 01:56:23 +0000 (2 19:56 -0600)
committerMartin L Roth <gaumless@tutanota.com>
Fri, 3 Jun 2022 03:10:05 +0000 (3 03:10 +0000)
tree3689e9fadda91b0da8b902a45fba3ee56ed20ce8
parent5f9e2ded9f5d31a720b800978630fbb301e3e8a1
util/release/build-release: Use short git hash for .coreboot-version

Builds were suddenly failing when the release was done, because the
coreboot version was overflowing a 64 character limit.  We don't need
or use the full hash in other places, so limit the hash to just what's
needed to identify the commit.

Change-Id: I57c535ca251792cae2c9a9c951e6b44bb61e4e78
Signed-off-by: Martin Roth <martin@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64923
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
util/release/build-release