mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
need epel to install koji-builder
This commit is contained in:
parent
a04dd07665
commit
1766da2c38
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user