Revision 8c50902ea45244f19ca002a9ad110ef79ba0e086 authored by Juergen E. Fischer on 18 June 2021, 12:08:48 UTC, committed by Juergen E. Fischer on 18 June 2021, 12:08:48 UTC
1 parent e963c5b
Raw File
default.cfg
# Do not edit this file!
#
# Create a file local.cfg instead and redefine any options in your local.cfg.
#
# This file contains 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-28-i386"
        "fedora-28-x86_64"
        "fedora-29-i386"
        "fedora-29-x86_64"
        "fedora-30-i386"
        "fedora-30-x86_64"
      )

# Which git branch to export. Normally take the current
BRANCH="HEAD"

# If set to true: don't sign the packages
NOSIGN=false
back to top