Skip to content

Commit

Permalink
[DEBSTRUCTURED] WORKAROUND: Never sync both structured and simple to …
Browse files Browse the repository at this point in the history
…proxy

This can be reverted once OR-4275 is fixed!
https://atix.atlassian.net/browse/OR-4275
  • Loading branch information
quba42 committed Dec 13, 2023
1 parent bc4d233 commit cc71e98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/services/katello/pulp3/repository/apt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ def mirror_remote_options
fail("It cannot work to set both deb_use_structured_proxy_sync and deb_use_simple_publish to False! Please set at least one of them to True!")
end

if Setting['deb_use_simple_publish'] and not distributions.split(' ').include? 'default'
distributions.concat(' default')
end

super.merge({policy: policy, distributions: distributions})
end

Expand Down

0 comments on commit cc71e98

Please sign in to comment.