Skip to content

Commit

Permalink
Merge pull request #1131 from pulp/patchback/backports/3.2/0a05615eda…
Browse files Browse the repository at this point in the history
…9f6f15687268a1bccbac82ccc99332/pr-1116

[PR #1116/0a05615e backport][3.2] Fix source publish bug
  • Loading branch information
quba42 authored Aug 6, 2024
2 parents d824c7c + 08eb098 commit f8f16ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_deb/app/tasks/publishing.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def publish(
source_package_release_components = (
SourcePackageReleaseComponent.objects.filter(
pk__in=repo_version.content.order_by("-pulp_created"),
release_component__in=release_components,
release_component__in=release_components_filtered,
).select_related("release_component", "source_package")
)
for drc in source_package_release_components:
Expand Down

0 comments on commit f8f16ba

Please sign in to comment.