#300 closed defect (fixed)
git commit id wrongly computed
Reported by: | Dimitar Misev | Owned by: | Alireza |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | build system | Version: | 8.3 |
Keywords: | Cc: | ||
Complexity: | Very Hard |
Description
The version printed by rasql at the moment looks like
osgeolive.5-7-gd137f3d
because "git describe" gives "osgeolive-6.5-7-gd137f3d".
The version.sh script should be changed to grep the latest rasdaman version "vN.N…" from "git tag" which gives a list of all tags, unlike git describe which gives only the latest tag which may not be the rasdaman version tag.
Reference ticket: #229
Change History (2)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Complexity: | → Very Hard |
---|
Note:
See TracTickets
for help on using tickets.
Looks like it's wrong again; I submitted a new patch to compute it according to the last date. For this to work, tags always have to be created with option -a, e.g.