From 677203d962282b5e2dc6570620e9a5f97bbfca65 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 20 Jan 2025 14:29:04 +0100 Subject: [PATCH] copr-be: pools.yml has been removed to yml.j2 Complements: 5bdfe4b1e5e4185d66a901496712941116b5488f --- roles/copr/backend/templates/resalloc/pools.yaml.expand.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml.expand.sh b/roles/copr/backend/templates/resalloc/pools.yaml.expand.sh index 389716412f..c14562f186 100755 --- a/roles/copr/backend/templates/resalloc/pools.yaml.expand.sh +++ b/roles/copr/backend/templates/resalloc/pools.yaml.expand.sh @@ -8,7 +8,7 @@ outdir=/tmp/pools_debugging sourcedir=$(dirname "$0") gitroot=$(cd "$sourcedir" && git rev-parse --show-toplevel) -pools=$gitroot/roles/copr/backend/templates/resalloc/pools.yaml +pools=$gitroot/roles/copr/backend/templates/resalloc/pools.yaml.j2 if ! test -d "$outdir"; then mkdir -p "$outdir"