diff --git a/config.py b/config.py index a13b9ffb..1b02697e 100644 --- a/config.py +++ b/config.py @@ -72,6 +72,8 @@ class DevConfiguration(BaseConfiguration): #FAS_PASSWORD = os.environ('FAS_PASSWORD') # you could store it here #FAS_PASSWORD = commands.getoutput('pass your_fas_password').strip() + KOJI_ARCHES = ['x86_64'] + class TestConfiguration(BaseConfiguration): LOG_BACKEND = 'console' LOG_LEVEL = 'debug'