mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Merge branch 'ipfscid' into 'master'
downgrade missing ipfs_cid WARNING to DEBUG See merge request fdroid/fdroidserver!1307
This commit is contained in:
commit
2f3e0b8fb7
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ def fill_config_defaults(thisconfig):
|
||||||
if 'ipfs_cid' not in thisconfig and shutil.which('ipfs_cid'):
|
if 'ipfs_cid' not in thisconfig and shutil.which('ipfs_cid'):
|
||||||
thisconfig['ipfs_cid'] = shutil.which('ipfs_cid')
|
thisconfig['ipfs_cid'] = shutil.which('ipfs_cid')
|
||||||
if not thisconfig.get('ipfs_cid'):
|
if not thisconfig.get('ipfs_cid'):
|
||||||
logging.warning(_("ipfs_cid not found, skipping CIDv1 generation"))
|
logging.debug(_("ipfs_cid not found, skipping CIDv1 generation"))
|
||||||
|
|
||||||
for k in ['ndk_paths', 'java_paths']:
|
for k in ['ndk_paths', 'java_paths']:
|
||||||
d = thisconfig[k]
|
d = thisconfig[k]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue