Add MODULES_ALLOW_REPOSITORY and MODULES_DEFAULT_REPOSITORY with the same meaning as RPMS_* equivalents.

This commit is contained in:
Jan Kaluza
2017-03-03 14:55:16 +01:00
parent f12d6e0394
commit 8aa3ce3c27
4 changed files with 49 additions and 8 deletions

View File

@@ -52,6 +52,9 @@ class BaseConfiguration(object):
RPMS_DEFAULT_CACHE = 'http://pkgs.fedoraproject.org/repo/pkgs/'
RPMS_ALLOW_CACHE = False
MODULES_DEFAULT_REPOSITORY = 'git://pkgs.fedoraproject.org/modules/'
MODULES_ALLOW_REPOSITORY = False
SSL_ENABLED = True
SSL_CERTIFICATE_FILE = '/etc/module-build-service/server.crt'
SSL_CERTIFICATE_KEY_FILE = '/etc/module-build-service/server.key'