From a4ae503c29e63e29ec2b187ea5a35b30f11d667d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 2 Mar 2021 07:13:14 +0100 Subject: [PATCH] schutzbot/mock: fix centos stream 8 build The centos stream 8 config was renamed in mock-core-config, see: https://github.com/rpm-software-management/mock/commit/75cd9eb52df899d40ae7d82ceb96146bf61bdc88 --- schutzbot/mockbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/mockbuild.sh b/schutzbot/mockbuild.sh index e39fed8a..1c086d0f 100755 --- a/schutzbot/mockbuild.sh +++ b/schutzbot/mockbuild.sh @@ -14,7 +14,7 @@ ARCH=$(uname -m) MOCK_CONFIG="${ID}-${VERSION_ID%.*}-$(uname -m)" if [[ $ID == centos ]]; then - MOCK_CONFIG="centos-stream-$(uname -m)" + MOCK_CONFIG="centos-stream-8-$(uname -m)" fi # The commit this script operates on.