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:
76d3b56
)
Drop support for old description elements (deprecated one year ago)
author
Daniel Martí
<mvdan@mvdan.cc>
Thu, 22 Aug 2013 15:03:06 +0000
(17:03 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Thu, 22 Aug 2013 15:03:06 +0000
(17:03 +0200)
fdroidserver/update.py
patch
|
blob
|
history
diff --git
a/fdroidserver/update.py
b/fdroidserver/update.py
index a59f2848ce00ca58ecc48a5980174f5a9aa05938..545674c3df197d741550eda270a3a390b4085f3c 100644
(file)
--- a/
fdroidserver/update.py
+++ b/
fdroidserver/update.py
@@
-490,8
+490,6
@@
def make_index(apps, apks, repodir, archive, categories):
if app['id'] == link:
return ("fdroid.app:" + link, app['Name'])
raise MetaDataException("Cannot resolve app id " + link)
- addElement('description',
- common.description_plain(app['Description'], linkres), doc, apel)
addElement('desc',
common.description_html(app['Description'], linkres), doc, apel)
addElement('license', app['License'], doc, apel)