Sha256: 0b9f92e4489471bf4e9d0d473db871fcd4872bee71ffb50e331b115929b45f0d
Contents?: true
Size: 244 Bytes
Versions: 46
Compression:
Stored size: 244 Bytes
Contents
class UpdateIgnoreSrpmToFalseForMirrorComplete < ActiveRecord::Migration[6.1] def change Katello::RootRepository.yum_type.where(mirroring_policy: 'mirror_complete', ignorable_content: ['srpm']).update_all(ignorable_content: []) end end
Version data entries
46 entries across 46 versions & 1 rubygems