mirror of https://github.com/hashicorp/consul
Browse Source
After e6b6f18172
if consul was built
with just running "go build" the GitDescribe would be empty and consul
version would be empty.
This change alters the behaviour so that if consul is build without
proper ldflags the version will be postfixed with "dev" prerelease to
indicate that it is self compiled in a wrong way.
Should someone have a bug in such a binary at least devs should easily
see from the version number that binary has not been created by
recommended means.
pull/494/head
Janne Paenkaelae
10 years ago
1 changed files with 12 additions and 2 deletions
Loading…
Reference in new issue