mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
server: report errors pushing to git mirrors
This makes `fdroid server update` fail if pushing to one of the git mirrors fails. This is what happens if the other methods fail, e.g. rsync or S3. closes #347
This commit is contained in:
parent
93caf27319
commit
1f7f9d403c
2 changed files with 10 additions and 9 deletions
|
|
@ -567,7 +567,6 @@ def get_mirror_service_urls(url):
|
|||
return urls
|
||||
|
||||
|
||||
|
||||
def download_repo_index(url_str, etag=None, verify_fingerprint=True):
|
||||
"""
|
||||
Downloads the repository index from the given :param url_str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue