4fd84db547
Rename rhel 10-yum-blacklist to 10-rhel-blacklist to avoid future name conflict with a yum element blacklist. Change-Id: Ic2136a06e1ec8f19908ada978782733d5fa7cacc
7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
set -o pipefail
|
|
|
|
echo "ccache dkms" > /tmp/yum-blacklist
|