version: explicitly use 9 hex digits in git describe version number

So it doesn't vary based on who's doing the release with which version
of git.

Fixes tailscale/corp#419
reviewable/pr526/r1
Brad Fitzpatrick 4 years ago committed by Brad Fitzpatrick
parent 5132edacf7
commit 0fc15dcbd5

@ -1,4 +1,4 @@
describe=$(cd ../.. && git describe --long)
describe=$(cd ../.. && git describe --long --abbrev=9)
echo "$describe" >$3
redo-always
redo-stamp <$3

Loading…
Cancel
Save