build: use long hashes when generating feed.buildinfo
authorSandro Jäckel <sandro.jaeckel@gmail.com>
Thu, 2 Nov 2023 02:16:52 +0000 (03:16 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 2 Nov 2023 11:40:44 +0000 (12:40 +0100)
commit376f1c80a967cf349e9d7d6168dd9bce3c35ebd8
tree6f36f85e0be6bbdfe5fb47fb0e2594dcfa97738f
parent6f5f9a0218ab7da6a11b91ee6a5ccba0531de963
build: use long hashes when generating feed.buildinfo

Short hashes are not guaranteed to be unambiguous forever and could
collide if the repo grows over time. Git also estimates how many
characters are roughly required to prevent such a collision and slowly
increases the amount of characters beginning from 6, OpenWrt is already
at 8. Lets use the full hash the have a predictable length and keep
hashes unambiguous forever.

Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
scripts/feeds