freetdm: added more arguments to ftdm_abi_check when generating ftdm releases
This commit is contained in:
parent
d458004519
commit
64b24240c0
|
@ -101,7 +101,7 @@ release="freetdm-$VERSION"
|
||||||
|
|
||||||
# ABI compatibility check
|
# ABI compatibility check
|
||||||
if [ -x /usr/local/bin/ftdm_abi_check.py ]; then
|
if [ -x /usr/local/bin/ftdm_abi_check.py ]; then
|
||||||
/usr/local/bin/ftdm_abi_check.py $(pwd) $major
|
/usr/local/bin/ftdm_abi_check.py --release_path=$(pwd) --archive_path=/usr/local/freetdm_releases --major_version=$major
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "ABI compabitility test failed, not creating release. Either increment the major version number or fix the interface."
|
echo "ABI compabitility test failed, not creating release. Either increment the major version number or fix the interface."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue