Mattia Verga
Mattia Verga
This would be extremely hard as it has do be done completely in javascript and I don't even know if it's possible. In backend we use Koji's python module for...
@dependabot rebase
Actually, the trigger_tests service uses the same permissions as for editing the update, which means that the user can edit (or re-trigger tests) is they have commit access to all...
I assume a CVE is a tracker that depends on bugs possibly opened against multiple packages. So if a user submits an update with `Resolves: CVE-2020-11077` I suppose we don't...
As discussed in a different place, my opinion here is that autopush should happen only after the `mandatory_days_in_testing`. Reaching the karma threshold should allow the maintainer to manually push the...
I've nearly no experience in Fedora Modular or Fedora Flatpaks or Fedora Container and I'm really confused about the current situation. I tried a couple of times to raise a...
> Modules are always built against a specific Fedora release and they run-require the release. Hence it's not possible to inherit F35 modular builds for F36. > > Currently all...
The problem here is that, after the release activation point, the builds are tagged in the normal release tags: https://github.com/fedora-infra/bodhi/blob/599c195fdb5018808bccf3b47f2426f418878237/bodhi/server/services/updates.py#L592-L602 and the side_tag is removed from koji: https://github.com/fedora-infra/bodhi/blob/599c195fdb5018808bccf3b47f2426f418878237/bodhi/server/tasks/handle_side_and_related_tags.py#L57-L62 but is...
FYI The `from_tag` property is used in validators to prevent two updates being created from the same side tag. So we cannot remove the property from the update until the...
About the Koji issue, we should find why installing koji from Fedora package it is not found: https://github.com/fedora-infra/bodhi/commit/ff5cc1d6e097acb96ea0ea9132bcd68d9c8caeea About WebOb-GraphQL, I've started packaging it, but then I aborted. WebOb-GrapQL requires...