Skip to content

Commit

Permalink
Merge pull request #502 from SatelliteQE/revert-498-ignorable_content…
Browse files Browse the repository at this point in the history
…-repo-entity

Revert "added ignorable_content for Repository"
  • Loading branch information
ntkathole committed Jun 21, 2018
2 parents e2e5132 + 46016a4 commit ed2692a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -5111,9 +5111,6 @@ def __init__(self, server_config=None, **kwargs):
),
'full_path': entity_fields.StringField(),
'gpg_key': entity_fields.OneToOneField(GPGKey),
'ignorable_content': entity_fields.ListField(
choices=('rpm', 'drpm', 'srpm', 'distribution', 'erratum'),
),
'label': entity_fields.StringField(),
'last_sync': entity_fields.OneToOneField(ForemanTask),
'mirror_on_sync': entity_fields.BooleanField(),
Expand Down

0 comments on commit ed2692a

Please sign in to comment.