mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
use consistent name for releaseChannels config file
This commit is contained in:
parent
04aa9d2a06
commit
190a95ab17
@ -678,9 +678,9 @@ def v2_repo(repodict, repodir, archive):
|
||||
if categories:
|
||||
repo["categories"] = categories
|
||||
|
||||
channels = common.load_localized_config("channels", repodir)
|
||||
if channels:
|
||||
repo["releaseChannels"] = channels
|
||||
releaseChannels = common.load_localized_config("releaseChannels", repodir)
|
||||
if releaseChannels:
|
||||
repo["releaseChannels"] = releaseChannels
|
||||
|
||||
return repo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user