entropy.client.interfaces.fetch: fetch_files_on_mirrors, fix
update_download_list
This commit is contained in:
@@ -126,7 +126,7 @@ class FetchersMixin:
|
||||
myuri = os.path.join(myuri,fname)
|
||||
if myuri not in failed_down:
|
||||
continue
|
||||
newlist.append((repo,branch,fname,cksum,))
|
||||
newlist.append((repo,branch,fname,cksum,signatures,))
|
||||
return newlist
|
||||
|
||||
# return True: for failing, return False: for fine
|
||||
|
||||
Reference in New Issue
Block a user