chiark / gitweb /
Add bitcoin address to index (soon used in client)
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 16 May 2013 20:49:10 +0000 (22:49 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 16 May 2013 20:49:10 +0000 (22:49 +0200)
fdroidserver/update.py

index 72daac8b13e4e127170af92632e0a03c04bdeaca..345e47542a15a69215f19e3b2a96059e891588c0 100644 (file)
@@ -475,6 +475,8 @@ def make_index(apps, apks, repodir, archive, categories):
                 addElement('tracker', app['Issue Tracker'], doc, apel)
                 if app['Donate'] != None:
                     addElement('donate', app['Donate'], doc, apel)
+                if app['Bitcoin'] != None:
+                    addElement('bitcoin', app['Bitcoin'], doc, apel)
 
                 # These elements actually refer to the current version (i.e. which
                 # one is recommended. They are historically mis-named, and need