You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2021/03/07 10:24:12 UTC

[GitHub] [buildstream] abderrahim opened a new issue #1453: git plugin's track-tags option isn't enough for gnulib's git-version-gen

abderrahim opened a new issue #1453:
URL: https://github.com/apache/buildstream/issues/1453


   When the `track-tags` option of the `git` plugin is enabled, it generates a slimmed-down `.git` directory enough for `git describe` and `git log` to succeed.
   
   However gnulib's `git-version-gen` script relies on `git log .` which doesn't work, and returns an error like
   ```
   fatal: unable to read tree 1bdaa2ce628b458ab6a7c9e03023a9aed221cf75
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [buildstream] nanonyme commented on issue #1453: git plugin's track-tags option isn't enough for gnulib's git-version-gen

Posted by GitBox <gi...@apache.org>.
nanonyme commented on issue #1453:
URL: https://github.com/apache/buildstream/issues/1453#issuecomment-1022596911


   Looks like simply writing .tarball-version is enough to convince git-version-gen to do nothing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org