schutzbot/mock: fix centos stream 8 build
The centos stream 8 config was renamed in mock-core-config, see:
75cd9eb52d
This commit is contained in:
parent
01319b55a9
commit
a4ae503c29
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ ARCH=$(uname -m)
|
||||||
MOCK_CONFIG="${ID}-${VERSION_ID%.*}-$(uname -m)"
|
MOCK_CONFIG="${ID}-${VERSION_ID%.*}-$(uname -m)"
|
||||||
|
|
||||||
if [[ $ID == centos ]]; then
|
if [[ $ID == centos ]]; then
|
||||||
MOCK_CONFIG="centos-stream-$(uname -m)"
|
MOCK_CONFIG="centos-stream-8-$(uname -m)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The commit this script operates on.
|
# The commit this script operates on.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue