Browse Source

update build script

pull/537/head
1b00 5 years ago
parent
commit
c1094b7d9c
  1. 3
      package/rpm/build_rpm.sh

3
package/rpm/build_rpm.sh

@ -15,7 +15,7 @@ if [ "$?" -ne "0" ];
then then
echo "------------------------------------------------------------------" echo "------------------------------------------------------------------"
echo "Build FAILED" echo "Build FAILED"
echo "Parameter should be either master or valid git tag|hash or empty string"; echo "USAGE: parameter should be either 'master' or any valid git tag|hash or no parameter for last tag";
exit 1; exit 1;
fi fi
# if hash provided as input param then name version as "hash" # if hash provided as input param then name version as "hash"
@ -52,6 +52,7 @@ then
else else
echo "------------------------------------------------------------------" echo "------------------------------------------------------------------"
echo "Build of '${package_name}' SUCCEED" echo "Build of '${package_name}' SUCCEED"
echo "USAGE: pass either 'master' or any valid git tag|hash or no parameter for last tag"
echo "Specfile: ${specfile}" echo "Specfile: ${specfile}"
arch=$(rpmbuild --eval=%{_arch}) arch=$(rpmbuild --eval=%{_arch})
rpmdir=$(rpmbuild --eval=%{_rpmdir}) rpmdir=$(rpmbuild --eval=%{_rpmdir})

Loading…
Cancel
Save