chiark / gitweb /
Fix typo in app link hrefs
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 28 Aug 2014 13:36:09 +0000 (15:36 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 28 Aug 2014 13:36:09 +0000 (15:36 +0200)
fdroidserver/metadata.py
fdroidserver/update.py

index aa7151767b925177654927a8e845b51fc8999e79..c2d7dcb07983138f083097deaee9272e2ae8fc7c 100644 (file)
@@ -496,7 +496,7 @@ def read_metadata(xref=True):
         # errors are caught early rather than when they hit the build server.
         def linkres(appid):
             if appid in apps:
-                return ("fdroid:app" + appid, "Dummy name - don't know yet")
+                return ("fdroid.app:" + appid, "Dummy name - don't know yet")
             raise MetaDataException("Cannot resolve app id " + appid)
 
         for appid, app in apps.iteritems():
index 859f4ae3de6b64058b40afb4bec056b3c53205c2..1b4f7589d0bb187a0a35ed42828f2a9e33382def 100644 (file)
@@ -716,7 +716,7 @@ def make_index(apps, sortedids, apks, repodir, archive, categories):
 
         def linkres(appid):
             if appid in apps:
-                return ("fdroid:app" + appid, apps[appid]['Name'])
+                return ("fdroid.app:" + appid, apps[appid]['Name'])
             raise MetaDataException("Cannot resolve app id " + appid)
 
         addElement('desc',