Set ENV variable in copr.conf
This commit is contained in:
parent
581b53994f
commit
3507f7aa1c
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue