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 authored and m-bucher committed Jan 26, 2024
1 parent bb78271 commit 9572000
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 @@ -39,10 +39,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({distributions: distributions})
end

Expand Down

0 comments on commit 9572000

Please sign in to comment.