From 3e77ed579b26ae8eebfc5fbb66bcd53a660f78f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 30 Nov 2020 09:48:25 +0100 Subject: [PATCH] schutzbot: fix the name of koji-osbuild repository It's confusing in the logs. --- schutzbot/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index e2eb359..492098f 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -65,7 +65,7 @@ cat schutzbot/team_ssh_keys.txt | tee -a ~/.ssh/authorized_keys > /dev/null # Set up dnf repositories with the RPMs we want to test sudo tee /etc/yum.repos.d/osbuild.repo << EOF [koji-osbuild] -name=osbuild ${GIT_COMMIT} +name=koji-osbuild ${GIT_COMMIT} baseurl=${DNF_REPO_BASEURL}/koji-osbuild/${ID}-${VERSION_ID}/${ARCH}/${GIT_COMMIT} enabled=1 gpgcheck=0