mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Bump index version to 13: <changelog> added
This commit is contained in:
parent
d5f705bd9c
commit
6c85f9d2fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue