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
This commit is contained in:
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
|
echo "$describe" >$3
|
||||||
redo-always
|
redo-always
|
||||||
redo-stamp <$3
|
redo-stamp <$3
|
||||||
|
|||||||
Reference in New Issue
Block a user