Commit f926ec34 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: fix MENV transfer to rpmbs/rpmbsh

parent baf2553c
...@@ -309,8 +309,6 @@ fi ...@@ -309,8 +309,6 @@ fi
[ -n "$VERBOSE" ] && echo "DISTRVERSION=$DISTRVERSION LISTRPMARGS=$LISTRPMARGS" [ -n "$VERBOSE" ] && echo "DISTRVERSION=$DISTRVERSION LISTRPMARGS=$LISTRPMARGS"
unset MENV MENVARG
[ -n "$NOBUILD" ] && BUILDCOMMAND="$ETERBUILDBIN/rpmbs --rmsource --rmspec" [ -n "$NOBUILD" ] && BUILDCOMMAND="$ETERBUILDBIN/rpmbs --rmsource --rmspec"
[ -z "$BUILDCOMMAND" ] && BUILDCOMMAND="$ETERBUILDBIN/rpmbsh $GIRARHOST" [ -z "$BUILDCOMMAND" ] && BUILDCOMMAND="$ETERBUILDBIN/rpmbsh $GIRARHOST"
...@@ -361,6 +359,8 @@ if [ "$VENDOR" = "alt" ] ; then ...@@ -361,6 +359,8 @@ if [ "$VENDOR" = "alt" ] ; then
fi fi
fi fi
unset MENV MENVARG
# handle src.rpm and spec both, LISTBUILT - result with full pathes to src.rpms # handle src.rpm and spec both, LISTBUILT - result with full pathes to src.rpms
pack_src_rpm $LISTNAMES pack_src_rpm $LISTNAMES
......
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