gnu.lister: Add missing retries_left parameter
This commit is contained in:
parent
d251201251
commit
191043fff9
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ class GNULister(SimpleLister):
|
|||
'load-%s' % origin_type,
|
||||
kwargs.get('policy', 'oneshot'),
|
||||
url=origin_url,
|
||||
artifacts=artifacts)
|
||||
artifacts=artifacts,
|
||||
retries_left=3,
|
||||
)
|
||||
|
||||
def safely_issue_request(self, identifier):
|
||||
"""Bypass the implementation. It's now the GNUTree which deals with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue