mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
use consistent name for releaseChannels config file
This commit is contained in:
parent
04aa9d2a06
commit
190a95ab17
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue