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.
|
|
|
|
#
|
|
|
|
# This file conatins a default configuration and will be overwritten by the
|
|
|
|
# maintainer.
|
|
|
|
|
|
|
|
# Where should the results go
|
|
|
|
OUTDIR="result/"
|
|
|
|
|
|
|
|
# Which arches to build for. Check /etc/mock for possible options
|
|
|
|
ARCHS=( "fedora-20-i386"
|
|
|
|
"fedora-20-x86_64"
|
|
|
|
"fedora-21-i386"
|
|
|
|
"fedora-21-x86_64"
|
2015-06-26 15:44:37 +02:00
|
|
|
"fedora-22-i386"
|
|
|
|
"fedora-22-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
|