Remove commented code
This commit is contained in:
parent
258e7fc62f
commit
dade4ed1af
1 changed files with 0 additions and 20 deletions
|
@ -22,23 +22,3 @@ class BaseConfiguration(base.BaseConfiguration):
|
|||
|
||||
class TestConfiguration(base.TestConfiguration):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# import sys
|
||||
# sys.path.insert(1, '/etc/module-build-service')
|
||||
#
|
||||
# from base_config import confdir, dbdir, \
|
||||
# BaseConfiguration, \
|
||||
# DevConfiguration, \
|
||||
# TestConfiguration
|
||||
#
|
||||
#
|
||||
# class ProdConfiguration(BaseConfiguration):
|
||||
# SYSTEM = 'copr'
|
||||
# FAS_USERNAME = 'someuser'
|
||||
# FAS_PASSWORD = 'secretpassword'
|
||||
# OIDC_CLIENT_SECRETS = '/etc/module-build-service/client_secrets.json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue