-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dashboard/app: report full git repo #5316
Comments
We are using
Should we use something like
We can also add additional field like Same template change for:
|
We do support "upstream" in patch testing already for quite a while now.
I'd assume people care more about the kernel tree specifically -- we already report the kernel commit that we fuzzed, so together with the tree that should be hopefully enough information (?) Editing the |
AFAIU, the user intention was in showing the current git tag where kernel commit belongs to.
Currently, on my v6.11-rc7 git tree, the same commit shows $ git describe --contains 493ffd6605b2d3d4dc7008ab927dba319f36671f
v6.1-rc1~99 If that's what I understand, then I guess, we can either change the rvalue of KernelRepoAlias, so we won't have to change related tests, e.g. show the tag instead of |
https://lore.kernel.org/all/[email protected]/
IIRC we had other requests related to saying "upstream", but not accepting "upstream" in patch testing requests.
Should we simply always provide full git repo address w/o abbreviation?
The text was updated successfully, but these errors were encountered: