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

Merged
merged 1 commit into from
Nov 25, 2024

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.
@FrostyX FrostyX force-pushed the delete-multiple-devel branch from ca9ad8d to e4a08c0 Compare November 20, 2024 15:27
@praiskup
Copy link
Member

Do you want to hot-fix this?

@FrostyX
Copy link
Member Author

FrostyX commented Nov 24, 2024

Do you want to hot-fix this?

Good idea, I hotfixed it.

@praiskup
Copy link
Member

I updated the F39->F41 infra issue, we should re-apply after the migration.

@praiskup praiskup merged commit 205170c into fedora-copr:main Nov 25, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deleted packages not removed from repodata
2 participants