mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
purge accepted_formats from config
This commit is contained in:
parent
40cbbd3173
commit
f5a5fffb10
4 changed files with 3 additions and 17 deletions
|
|
@ -248,7 +248,6 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base,
|
|||
config += "keypass = '%s'\n" % PASSWORD
|
||||
config += "keydname = '%s'\n" % DISTINGUISHED_NAME
|
||||
config += "make_current_version_link = False\n"
|
||||
config += "accepted_formats = ['yml']\n"
|
||||
config += "update_stats = True\n"
|
||||
with open('config.py', 'w') as fp:
|
||||
fp.write(config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue