mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
[RPM] Do not make qgis-server depend on httpd [RPM] Add an Nginx configuration example [RPM] Update server readme and replace wms with a better ogc [RPM] More fixes for Epoch directive [RPM] F27 reached EoL, replace it with F29 [RPM] Add support for netcdf and replace ogc with ows as server endpoint [RPM] Add sample systemd service file
24 lines
559 B
INI
24 lines
559 B
INI
# 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"
|
|
)
|
|
|
|
# Which git branch to export. Normally take the current
|
|
BRANCH="HEAD"
|
|
|
|
# If set to true: don't sign the packages
|
|
NOSIGN=false
|