mirror of https://github.com/tailscale/tailscale/
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#419reviewable/pr526/r1
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…
Reference in New Issue