Replies: 1 comment 4 replies
-
That is actually the purpose, why do you think it does not suffice? Please note that technically a build can consist of multiple repository checkouts so it is not always possible to determine the "root", so usually the last change of the module gives a much better/stable qualifier. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How can you generate the build qualifier to a file? This is very useful for our CI, and we'd like to do this using maven, instead of using regex's after the fact. We've tried
tycho-buildtimestamp-jgit
, but it bases the qualifier on the latest commit in that module, not the root git repository. We're currently in a situation where we use-DforceContextQualifier
to always use the same qualifier on all modules.Alternatively. is there a way to make it such that all modules use the same (latest) commit time?
Beta Was this translation helpful? Give feedback.
All reactions