-
Notifications
You must be signed in to change notification settings - Fork 15
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
[RFE] Record all dependency resolution failures #111
Comments
Dependency resolutions are done every few minutes, you don't want to see all of them. I implemented recording resolution changes instead - resolution change is recorded and displayed when there is a change in resolution state (resolved -> unresolved and reverse) or when it's unresolved, but the resolution problem set changes. This should cover the use case you described (broken dependencies already). |
Yes, that is probably what I want 👍 TY |
This change is now deployed in staging environment, where you can check it out. For example: https://apps.stg.fedoraproject.org/koschei/package/apache-commons-collections4 Installation in production is scheduled for Aug 31, but may be postponed if Fedora Alpha release is delayed. More info: https://fedorahosted.org/fedora-infrastructure/ticket/5416 |
rubygem-fast_gettext [1] currently reports it has broken dependency on rubygem(protected_attributes) and this is not surprise, since I retired the rubygem(protected_attributes) yesterday.
However, there were broken dependencies earlier already (probably due to newer then required rubygem(activemodel)), but there is no record of them.
Would it be possible to record such information somewhere? I would not mind to see entry for each of these broken dependency failure checks among the other failures.
BTW if there are also other similar issues, which Koschei detects, I would like to see them recorded as well.
[1] https://apps.fedoraproject.org/koschei/package/rubygem-fast_gettext
The text was updated successfully, but these errors were encountered: