This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
tailscale
Watch
1
Star
0
Fork
0
You've already forked tailscale
mirror of
https://github.com/tailscale/tailscale.git
synced
2024-11-26 03:25:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
508f5c3ae0
tailscale
/
version
/
describe.txt.do
5 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
version: use OSS repo's version when building. When building with redo, also include the git commit hash from the proprietary repo, so that we have a precise commit that identifies all build info (including Go toolchain version). Add a top-level build script demonstrating to downstream distros how to burn the right information into builds. Adjust `tailscale version` to print commit hashes when available. Fixes #841. Signed-off-by: David Anderson <danderson@tailscale.com>
2020-10-27 04:23:58 +00:00
describe=$(git describe --long --abbrev=9)
version: support major.minor.patch tags without breaking Apple builds. Signed-off-by: David Anderson <danderson@tailscale.com>
2020-06-01 20:42:34 +00:00
echo "$describe" >$3
redo-always
redo-stamp <$3
Reference in New Issue
Copy Permalink