mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			481 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			481 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-42-x86_64"
 | 
						|
      )
 | 
						|
 | 
						|
# Which git branch to export. Normally take the current
 | 
						|
BRANCH="HEAD"
 | 
						|
 | 
						|
# If set to true: don't sign the packages
 | 
						|
NOSIGN=false
 |