mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Market is broken, don't default to it
This commit is contained in:
parent
8cf3b9ec5d
commit
705a05f4c1
2 changed files with 2 additions and 2 deletions
|
@ -479,7 +479,7 @@ def parse_metadata(metafile, **kw):
|
||||||
thisinfo['Bitcoin'] = None
|
thisinfo['Bitcoin'] = None
|
||||||
thisinfo['Disabled'] = None
|
thisinfo['Disabled'] = None
|
||||||
thisinfo['AntiFeatures'] = None
|
thisinfo['AntiFeatures'] = None
|
||||||
thisinfo['Update Check Mode'] = 'Market'
|
thisinfo['Update Check Mode'] = 'None'
|
||||||
thisinfo['Auto Update Mode'] = 'None'
|
thisinfo['Auto Update Mode'] = 'None'
|
||||||
thisinfo['Current Version'] = ''
|
thisinfo['Current Version'] = ''
|
||||||
thisinfo['Current Version Code'] = '0'
|
thisinfo['Current Version Code'] = '0'
|
||||||
|
|
|
@ -123,7 +123,7 @@ def main():
|
||||||
repotype = 'git'
|
repotype = 'git'
|
||||||
sourcecode = ""
|
sourcecode = ""
|
||||||
website = ""
|
website = ""
|
||||||
if url.startswith('https://github.com'):
|
elif url.startswith('https://github.com'):
|
||||||
if url.endswith('/'):
|
if url.endswith('/'):
|
||||||
url = url[:-1]
|
url = url[:-1]
|
||||||
if url.endswith('.git'):
|
if url.endswith('.git'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue