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 2022/08/14 17:15:38 UTC

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

abderrahim commented on issue #4:
URL: https://github.com/apache/buildstream-plugins/issues/4#issuecomment-1214417631

   Essentially what I noticed (and implemented for https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/merge_requests/9009) is that to get every corner case covered (mainly `git log -1`, `git log -1 .`, `git describe --dirty`), you need to add all tree objects. Basically a shallow clone until the tag, with all blob objects removed (and with loose objects for reproducibility)


-- 
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