
If a repo is set with the gitlab-ci Secret Variable DEBUG_KEYSTORE and there is a repo named the same as this repo with -nightly appended, then this will automatically generate an fdroid repo of each build produced by gitlab-ci runs on the master branch. closes fdroidserver#256
19 lines
474 B
Python
19 lines
474 B
Python
|
|
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"
|