Branch: refs/heads/stable1-proposed Home: https://github.com/kronosnet/kronosnet Commit: 67c4e6fe666bd019b013a5faaf7c8168558a83bc https://github.com/kronosnet/kronosnet/commit/67c4e6fe666bd019b013a5faaf7c81... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-05 (Wed, 05 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: 6923098292b7f06793b3c586a7024d75e375c21f https://github.com/kronosnet/kronosnet/commit/6923098292b7f06793b3c586a7024d... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-05 (Wed, 05 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: ff93eb5a27aad804fc4d803655baaa2c7b1b376f https://github.com/kronosnet/kronosnet/commit/ff93eb5a27aad804fc4d803655baaa... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-05 (Wed, 05 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: 3f008fd24f15779a0c2bcc85447da39139a1f2dc https://github.com/kronosnet/kronosnet/commit/3f008fd24f15779a0c2bcc85447da3... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths: M Makefile.am
Log Message: ----------- Use gitarchive-version for spec file
Signed-off-by: Jan Friesse jfriesse@redhat.com
Compare: https://github.com/kronosnet/kronosnet/compare/7b529a791ab0...3f008fd24f15 **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.