version: calculate version info without using git tags.
This makes it easier to integrate this version math into a submodule-ful world. We'll continue to have regular git tags that parallel the information in VERSION, so that builds out of this repository behave the same. Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
committed by
Dave Anderson
parent
710b105f38
commit
437142daa5
@@ -1,4 +1,3 @@
|
||||
describe=$(git describe --long --abbrev=9)
|
||||
echo "$describe" >$3
|
||||
./describe.sh >$3
|
||||
redo-always
|
||||
redo-stamp <$3
|
||||
|
||||
Reference in New Issue
Block a user