Skip to content
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

Regenerate devel repository when multiple builds are deleted #3524

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FrostyX
Copy link
Member

@FrostyX FrostyX commented Nov 20, 2024

Fix #3507

The issue was introduced in PR #3330. We previously did this on the backend:

devel = uses_devel_repo(self.front_url, ownername, projectname)

It looks like an unnecessary request, so I am sending the attribute as a part of the action data.

@FrostyX FrostyX changed the title frontend: regenerate devel repository when multiple builds are deleted Regenerate devel repository when multiple builds are deleted Nov 20, 2024
Fix fedora-copr#3507

The issue was introduced in PR fedora-copr#3330. We previously did this on
the backend:

    devel = uses_devel_repo(self.front_url, ownername, projectname)

It looks like an unnecessary request, so I am sending the attribute
as a part of the action data.
@praiskup
Copy link
Member

Do you want to hot-fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deleted packages not removed from repodata
2 participants