Descriptionbuild: support versioning without hg
CL 4873048 introduced the ability to build without hg and
getting an "unknown" version. While this approach works
to avoid the hg dependency, it also means that every
exported tree that is built without hg or .hg will have not
only missing information, but will also be compatible to
one another. Considering that it is a common practice to
remove the VCS data in distributions, I suggest we don't
take this approach to avoid its consequences.
This CL fixes the same problem in a different way: if a
VERSION file at the top of the tree exists, use it at
all times. If it doesn't, fall back to using information
from hg necessarily, and fail if that's not possible. The
error message when VERSION and hg are not available
instructs users to handle it properly.
The VERSION file can be generated with
"src/version.bash -save" while hg is still around.
Patch Set 1 #Patch Set 2 : code review 4897043: src/version.bash: support versioning without hg #Patch Set 3 : diff -r 53b068e61dd0 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 53b068e61dd0 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 53b068e61dd0 https://go.googlecode.com/hg/ #Patch Set 6 : diff -r 53b068e61dd0 https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 7 : diff -r f5a4bd48e8f4 https://go.googlecode.com/hg/ #MessagesTotal messages: 12
|