Branch: refs/heads/master Home: https://github.com/kronosnet/kronosnet Commit: fa89260223705b074cf442d2d2a58ffa423acf23 https://github.com/kronosnet/kronosnet/commit/fa89260223705b074cf442d2d2a58f... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths: A .gitarchivever M .gitattributes M build-aux/git-version-gen M configure.ac
Log Message: ----------- Support for git archive stored tags
Attempt to solve problem with git archive generated tarballs (used for example by github when release is downloaded) which are no longer git tree and (in contrast to officially released tarballs) also doesn't contain .tarball-version file so git-version-gen script simply cannot obtain valid version info.
Solution is based on using gitattributes which is instructs git to replace string in the .gitarchivever file by known ref names. git-version-gen is enhanced to support this file and tries to parse any string which looks like "tag: v[0-9][^,)]*". If such string is found it's used as a version. This file is used as a last attempt and other methods (.tarball-version, git abbrev) have precedence.
Based on idea stated by Jan Pokorný jpokorny@redhat.com.
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: 86924744e66ef4ea0b5355c71ec25e77fa9f49d2 https://github.com/kronosnet/kronosnet/commit/86924744e66ef4ea0b5355c71ec25e... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths: M build-aux/git-version-gen
Log Message: ----------- Do not match lightweight tags in git-version-gen
Fix leftover from 175b517fd71d999150aa701ec847510490a18a6e which added matching of lightweight git tags.
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: c757209260f6d087d66d97ea5fe26e870eb521b0 https://github.com/kronosnet/kronosnet/commit/c757209260f6d087d66d97ea5fe26e... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths: M build-aux/git-version-gen
Log Message: ----------- git-version-gen fail on UNKNOWN version
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: a12278b103e9cb655bcd5b9ad5931e4d54dbf7ed https://github.com/kronosnet/kronosnet/commit/a12278b103e9cb655bcd5b9ad5931e... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths: M Makefile.am
Log Message: ----------- Use gitarchive-version for spec file
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: a68ade617fd81fb0c637be238855b5f38af8db3c https://github.com/kronosnet/kronosnet/commit/a68ade617fd81fb0c637be238855b5... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths: A .gitarchivever M .gitattributes M Makefile.am M build-aux/git-version-gen M configure.ac
Log Message: ----------- Merge pull request #156 from jfriesse/gitarchivever
Use git archive stored version tag
Compare: https://github.com/kronosnet/kronosnet/compare/6f179e234953...a68ade617fd8 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.