Commit d6790bb4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

use EPMCMD instead direct command

parent fa1a2e39
...@@ -49,7 +49,7 @@ check_qf() ...@@ -49,7 +49,7 @@ check_qf()
{ {
[ "$1" = "-qf" ] || return [ "$1" = "-qf" ] || return
shift shift
docmd epmqf --short "$1" | xargs --no-run-if-empty -- $ETERBUILDBIN/rpmbugs docmd $EPMCMD -qf --short "$1" | xargs --no-run-if-empty -- $ETERBUILDBIN/rpmbugs
} }
......
...@@ -74,7 +74,7 @@ get_list() ...@@ -74,7 +74,7 @@ get_list()
local SYS=${SYSNAME[$1]} local SYS=${SYSNAME[$1]}
CURL=curl CURL=curl
epm assure $CURL || fatal "curl command needed for download" $EPMCMD assure $CURL || fatal "curl command needed for download"
mkdir -p $OURTMPDIR/etersoft-build-utils/ mkdir -p $OURTMPDIR/etersoft-build-utils/
LIST=$OURTMPDIR/etersoft-build-utils/rpmgpall-$SYS LIST=$OURTMPDIR/etersoft-build-utils/rpmgpall-$SYS
if [ ! -f "$LIST" ] || [ "$FORCE" = "force" ] ; then if [ ! -f "$LIST" ] || [ "$FORCE" = "force" ] ; then
...@@ -282,7 +282,7 @@ fi ...@@ -282,7 +282,7 @@ fi
if [ -n "$INSTALLBINARY" ] ; then if [ -n "$INSTALLBINARY" ] ; then
# pack by LISTNAMES list # pack by LISTNAMES list
pack_src_rpm --commit $LISTRPMARGS pack_src_rpm --commit $LISTRPMARGS
docmd epm install --skip-installed $($ETERBUILDBIN/rpmreqs -p $LISTBUILT) docmd $EPMCMD install --skip-installed $($ETERBUILDBIN/rpmreqs -p $LISTBUILT)
exit exit
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment