Skip to content

Commit

Permalink
Completely disable synchronization of translation files
Browse files Browse the repository at this point in the history
Closes #8671
https://pulp.plan.io/issues/8671

This feature has never fully worked, the implementation is incomplete
and causes various sync failures. Re-adding this feature should be done
under the following story: https://pulp.plan.io/issues/8734
  • Loading branch information
quba42 committed May 12, 2021
1 parent f62ff8a commit 98f25d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES/8671.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Completely disabled translation file synchronization to prevent sync failures.
4 changes: 0 additions & 4 deletions pulp_deb/app/tasks/synchronizing.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,10 +506,6 @@ async def _handle_component(self, component, release, release_file, file_referen
for architecture in architectures
]
)
# Handle translation files
pending_tasks.append(
self._handle_translation_files(release_file, release_component, file_references)
)
if self.remote.sync_sources:
raise NotImplementedError("Syncing source repositories is not yet implemented.")
await asyncio.gather(*pending_tasks)
Expand Down

0 comments on commit 98f25d8

Please sign in to comment.