2014-03-18 20:18:12 +01:00
|
|
|
# Do not edit this file!
|
|
|
|
#
|
|
|
|
# Create a file local.cfg instead and redefine any options in your local.cfg.
|
|
|
|
#
|
2017-01-12 22:01:50 +01:00
|
|
|
# This file contains a default configuration and will be overwritten by the
|
2014-03-18 20:18:12 +01:00
|
|
|
# maintainer.
|
|
|
|
|
|
|
|
# Where should the results go
|
|
|
|
OUTDIR="result/"
|
|
|
|
|
|
|
|
# Which arches to build for. Check /etc/mock for possible options
|
2015-07-22 11:28:08 +02:00
|
|
|
ARCHS=(
|
2017-10-01 23:41:47 +02:00
|
|
|
"fedora-26-i386"
|
|
|
|
"fedora-26-x86_64"
|
|
|
|
"fedora-27-i386"
|
|
|
|
"fedora-27-x86_64"
|
2014-03-18 20:18:12 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
# Which git branch to export. Normally take the current
|
|
|
|
BRANCH="HEAD"
|
|
|
|
|
|
|
|
# If set to true: don't sign the packages
|
|
|
|
NOSIGN=false
|