chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d44d386
)
Add bitcoin address to index (soon used in client)
author
Daniel Martí
<mvdan@mvdan.cc>
Thu, 16 May 2013 20:49:10 +0000
(22:49 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Thu, 16 May 2013 20:49:10 +0000
(22:49 +0200)
fdroidserver/update.py
patch
|
blob
|
history
diff --git
a/fdroidserver/update.py
b/fdroidserver/update.py
index 72daac8b13e4e127170af92632e0a03c04bdeaca..345e47542a15a69215f19e3b2a96059e891588c0 100644
(file)
--- a/
fdroidserver/update.py
+++ b/
fdroidserver/update.py
@@
-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