mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-19 19:38:40 +00:00
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:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user