sbp commented on issue #311: URL: https://github.com/apache/tooling-trusted-releases/issues/311#issuecomment-3676329068
We want to be able to annotate files with more than just "source" and "binary" (or "convenience") tags. We'd like to be able to say what platform or architecture the binaries are enabled for, for example. Ideally we want this to be an enumeration, so that we don't have the problem of some people for example using `amd64` and others using `x86_64`. I understand that the logic required for some projects to keep the tagging straight may be arbitrarily complex, but I don't think that we should allow up to computational complexity here. We should try to keep it declarative but powerful. There are some problems like the fact that some tags are dependent on others - for example, it doesn't make sense to tag portable source by chip architecture - but we also don't want to make the UI too complicated. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
