mirror of
				https://src.koozali.org/infra/smeserver-koji.git
				synced 2025-11-03 15:51:27 +01:00 
			
		
		
		
	need epel to install koji-builder
This commit is contained in:
		@@ -7,7 +7,9 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")"
 | 
				
			|||||||
source "$SCRIPT_DIR"/globals.sh
 | 
					source "$SCRIPT_DIR"/globals.sh
 | 
				
			||||||
source "$SCRIPT_DIR"/parameters.sh
 | 
					source "$SCRIPT_DIR"/parameters.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dnf install koji-builder
 | 
					# Install the koji builder componelts from epel
 | 
				
			||||||
 | 
					dnf install -y epel-release
 | 
				
			||||||
 | 
					dnf install -y koji-builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Create mock folders and permissions
 | 
					# Create mock folders and permissions
 | 
				
			||||||
mkdir -p /etc/mock/koji
 | 
					mkdir -p /etc/mock/koji
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user