We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345904d commit 941124aCopy full SHA for 941124a
release_tools/release.sh
@@ -101,7 +101,7 @@ make_dist()
101
check_abi()
102
{
103
rpm -q abi-compliance-checker || sudo dnf install abi-compliance-checker
104
- test -d openscap-abi-check || git clone https://github.com/OpenSCAP/openscap-abi-check
+ test -d openscap-abi-check || git clone git@github.com:OpenSCAP/openscap-abi-check.git
105
openscap_git_branch=$(git branch | grep '^\* ' | cut -f2 -d' ')
106
(
107
cd openscap-abi-check
0 commit comments