mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Bump index version to 13: <changelog> added
This commit is contained in:
parent
d5f705bd9c
commit
6c85f9d2fa
@ -741,7 +741,7 @@ def make_index(apps, sortedids, apks, repodir, archive, categories):
|
|||||||
repoel.setAttribute("url", config['repo_url'])
|
repoel.setAttribute("url", config['repo_url'])
|
||||||
addElement('description', config['repo_description'], doc, repoel)
|
addElement('description', config['repo_description'], doc, repoel)
|
||||||
|
|
||||||
repoel.setAttribute("version", "12")
|
repoel.setAttribute("version", "13")
|
||||||
repoel.setAttribute("timestamp", str(int(time.time())))
|
repoel.setAttribute("timestamp", str(int(time.time())))
|
||||||
|
|
||||||
nosigningkey = False
|
nosigningkey = False
|
||||||
|
Loading…
Reference in New Issue
Block a user