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:
Hans-Christoph Steiner 2025-04-16 12:00:33 +00:00
commit 3b360f6b80
2 changed files with 2 additions and 0 deletions

View file

@ -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 ..

View file

@ -274,6 +274,7 @@ check_config_keys = (
'repo',
'repo_description',
'repo_icon',
'repo_key_sha256',
'repo_keyalias',
'repo_maxage',
'repo_name',