chiark / gitweb /
Market is broken, don't default to it
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 8 Aug 2013 14:47:26 +0000 (16:47 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 8 Aug 2013 14:47:26 +0000 (16:47 +0200)
fdroidserver/common.py
fdroidserver/import.py

index 4a87245a1204926346ff05ec1233725d15b5780c..67551c2dadaf11adeeed44486ea369d69d1ca6b0 100644 (file)
@@ -479,7 +479,7 @@ def parse_metadata(metafile, **kw):
     thisinfo['Bitcoin'] = None
     thisinfo['Disabled'] = None
     thisinfo['AntiFeatures'] = None
-    thisinfo['Update Check Mode'] = 'Market'
+    thisinfo['Update Check Mode'] = 'None'
     thisinfo['Auto Update Mode'] = 'None'
     thisinfo['Current Version'] = ''
     thisinfo['Current Version Code'] = '0'
index 3bd4bf758cb42c32d86efff576431ccc328f60ff..a3cec190fa0adfced3c23da664feadb89b095cbb 100644 (file)
@@ -123,7 +123,7 @@ def main():
         repotype = 'git'
         sourcecode = ""
         website = ""
-    if url.startswith('https://github.com'):
+    elif url.startswith('https://github.com'):
         if url.endswith('/'):
             url = url[:-1]
         if url.endswith('.git'):