mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
fdroid update
uses datetime instances for timestamps
Using datetime instances as the internal format makes it much easier to convert between the formats needed for index.xml and index-v1. apkcache still uses time tuples and known_apks.txt still uses the ISO date.
This commit is contained in:
parent
c9aa26d89e
commit
fcb7a0feb4
3 changed files with 23 additions and 13 deletions
|
@ -247,7 +247,8 @@ The repository of older versions of applications from the main demo repository.
|
|||
|
||||
# Only set this to true when running a repository where you want to generate
|
||||
# stats, and only then on the master build servers, not a development
|
||||
# machine.
|
||||
# machine. If you want to keep the "added" and "last updated" dates for each
|
||||
# app and APK in your repo, then you should enable this.
|
||||
# update_stats = True
|
||||
|
||||
# When used with stats, this is a list of IP addresses that are ignored for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue