Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Fixed validation of the distributor missing resources in the migratio… #239

Merged
merged 1 commit into from Sep 23, 2020

Conversation

ipanova
Copy link
Member

@ipanova ipanova commented Sep 21, 2020

…n plan.

closes #7488
https://pulp.plan.io/issues/7488

distributor_id__in=self.all_repositories_distributors_to_migrate).only('distributor_id')
present = set(distributor.distributor_id for distributor in distributors)
repo_id__in=self.all_repositories_distributors_to_migrate).only('repo_id')
present = set(distributor.repo_id for distributor in distributors)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooof, yup.

@goosemania
Copy link
Member

@jlsherrill , one more fix is ready. JFYI.

@goosemania goosemania merged commit 8d210f1 into pulp:master Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants