Branch: refs/heads/coverity_scan
Home:
https://github.com/kronosnet/kronosnet
Commit: 71712e276437592e9a74943202d0921e14193d79
https://github.com/kronosnet/kronosnet/commit/71712e276437592e9a74943202d09…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M build-aux/git-version-gen
Log Message:
-----------
[build] Fix fallback handling in git-version-gen
When fallback is defined and gitarchive file doesn't exists, use fallback
rather than UNKNOWN.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: ef84b968132d2c713fcc1cdde4d4d8fb44408800
https://github.com/kronosnet/kronosnet/commit/ef84b968132d2c713fcc1cdde4d4d…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M Makefile.am
Log Message:
-----------
[build] Use git-version-gen during specfile build
Instead of copying parts of git-version-gen for spec target use
git-version-gen directly and parse final version into components
(rpmver, alphatag, numcomm) and use them.
Main reason is to simplify code a bit (sed scripts are a bit repetitive
tho), reuse the code and also allow building of RPM from dist tarball
generated from non-tagged commit or dirty git (not very useful).
The code relies on fact, that hyphen is never used in tagged release
name.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Compare:
https://github.com/kronosnet/kronosnet/compare/6e1373f05789...ef84b968132d