Set ENV variable in copr.conf

This commit is contained in:
Jakub Kadlčík 2019-02-07 23:20:27 +01:00
parent 581b53994f
commit 3507f7aa1c

View file

@ -1,3 +1,7 @@
# Purpose of this instance
# Use "production", "devel", "local" or "test"
ENV={% if devel %}"devel"{% else %}"production"{% endif %}
# Directory and files where is stored Copr database files
DATA_DIR = '/var/lib/copr/data'
DATABASE = '/var/lib/copr/data/copr.db'