19 lines
474 B
Python
Raw Normal View History

repo_icon = "fdroid-icon.png"
repo_description = """
This repo is nightly builds, it should only be used for testing!
"""
archive_older = 10
archive_icon = "fdroid-icon.png"
archive_description = """
The repository of older versions of applications from the main repository.
"""
make_current_version_link = False
accepted_formats = ('txt', 'yml')
repo_keyalias = "androiddebugkey"
keystorepass = "android"
keypass = "android"
keydname = "CN=Android Debug,O=Android,C=US"