schutzbot: fix the name of koji-osbuild repository
It's confusing in the logs.
This commit is contained in:
parent
d9cb6217ef
commit
3e77ed579b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
# Set up dnf repositories with the RPMs we want to test
|
||||||
sudo tee /etc/yum.repos.d/osbuild.repo << EOF
|
sudo tee /etc/yum.repos.d/osbuild.repo << EOF
|
||||||
[koji-osbuild]
|
[koji-osbuild]
|
||||||
name=osbuild ${GIT_COMMIT}
|
name=koji-osbuild ${GIT_COMMIT}
|
||||||
baseurl=${DNF_REPO_BASEURL}/koji-osbuild/${ID}-${VERSION_ID}/${ARCH}/${GIT_COMMIT}
|
baseurl=${DNF_REPO_BASEURL}/koji-osbuild/${ID}-${VERSION_ID}/${ARCH}/${GIT_COMMIT}
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue