aboutsummaryrefslogtreecommitdiffstats
path: root/git-version-gen
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04update git-version-gen to generate proper version numbersHarald Welte1-1/+2
We don't want the version of the last tagged version, but the version number uniquely representing the current HEAD. Use the script from libosmocore. I suspect that this somehow got broken in commit 00d5114717040fedd443e3f723385ede434c8b39 Related: OS#3517 Change-Id: Iba3212aa417dce4240c5c27eb4f12afcd9c95e5b
2018-05-02git-version-gen: Take into account tags not in masterPau Espin Pedrol1-2/+1
Latest tag 0.3.0 was created in a release branch instead of master. As a result, git describe doesn't show them. Let's instead reuse git command used in osmo-ci to get latest tag from tag list when OBS latest repository is built. Change-Id: I3e461d4270b5e6d4c42126df4deef5651dca1e27
2017-10-28Import git-version-gen and update AC_INIT()Harald Welte1-0/+151
In AC_INIT(), it still stated openbts. Let's clean this up and use the same method of version generation that we use in all other osmocom projects, too. Change-Id: Ie7ae0585955aebdc3950b1dd8bff0d1fff3be212