mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
lint: license override config option + require FSF/OSI approved licenses by default
This commit is contained in:
parent
3c9535d64b
commit
d5ab303d83
4 changed files with 291 additions and 34 deletions
|
|
@ -57,6 +57,7 @@ from pyasn1_modules import rfc2315
|
|||
from pyasn1.error import PyAsn1Error
|
||||
|
||||
import fdroidserver.metadata
|
||||
import fdroidserver.lint
|
||||
from fdroidserver import _
|
||||
from fdroidserver.exception import FDroidException, VCSException, NoSubmodulesException,\
|
||||
BuildException, VerificationException
|
||||
|
|
@ -145,6 +146,7 @@ default_config = {
|
|||
using the tools on https://gitlab.com/u/fdroid.
|
||||
''',
|
||||
'archive_older': 0,
|
||||
'lint_licenses': fdroidserver.lint.APPROVED_LICENSES,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue