Skip to content

Commit

Permalink
Add repo_data option to host registration command
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas committed Aug 14, 2024
1 parent 7f7053e commit c7965a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -6795,6 +6795,7 @@ def __init__(self, server_config=None, **kwargs):
'update_packages': entity_fields.BooleanField(default=False),
'force': entity_fields.BooleanField(default=False),
'ignore_subman_errors': entity_fields.BooleanField(default=False),
'repo_data': entity_fields.ListField(),
}

self._meta = {'api_path': '/api/registration_commands'}
Expand Down

0 comments on commit c7965a4

Please sign in to comment.