Skip to content

Commit

Permalink
Merge pull request #1128 from pulp/patchback/backports/3.3/ace91e035b…
Browse files Browse the repository at this point in the history
…30f2aeccb6e92f2623c776c5005dc7/pr-1123

[PR #1123/ace91e03 backport][3.3] Fixed throwing wrong error when using custom signing service
  • Loading branch information
hstct authored Jul 30, 2024
2 parents 8777be6 + b2cf840 commit be5c1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/1122.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed throwing the wrong error when pointing to an invalid repository with a custom signing service.
2 changes: 1 addition & 1 deletion pulp_deb/app/tasks/synchronizing.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ async def run(self):
release_file.relative_path = da_names["Release"].relative_path
else:
if self.gpgkey:
d_content.d_artifacts.delete(da_names["Release"])
d_content.d_artifacts.remove(da_names["Release"])
else:
release_file_artifact = da_names["Release"].artifact
release_file.relative_path = da_names["Release"].relative_path
Expand Down

0 comments on commit be5c1b9

Please sign in to comment.