mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch 'repo_key_sha256-valid' into 'master'
lint: repo_key_sha256 to list of valid config keys See merge request fdroid/fdroidserver!1643
This commit is contained in:
commit
3b360f6b80
2 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ metadata_v0:
|
|||
- git checkout $RELEASE_COMMIT_ID
|
||||
- cd ..
|
||||
- git clone --depth 1 https://gitlab.com/fdroid/fdroiddata.git
|
||||
- rm -f fdroiddata/config.yml # ignore config for this test
|
||||
- cd fdroiddata
|
||||
- ../tests/dump_internal_metadata_format.py
|
||||
- cd ..
|
||||
|
|
|
|||
|
|
@ -274,6 +274,7 @@ check_config_keys = (
|
|||
'repo',
|
||||
'repo_description',
|
||||
'repo_icon',
|
||||
'repo_key_sha256',
|
||||
'repo_keyalias',
|
||||
'repo_maxage',
|
||||
'repo_name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue