Commit 977298d2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbsh: use -b BINARYREPO for loginhsh and rpmbs instead MENVARG

parent c62a97d4
...@@ -105,9 +105,9 @@ if [ "$RESULT" = "0" ] && [ -n "$INSTALLPKG" ] ; then ...@@ -105,9 +105,9 @@ if [ "$RESULT" = "0" ] && [ -n "$INSTALLPKG" ] ; then
print_list $BINPACKAGES print_list $BINPACKAGES
echo echo
# showcmd separately due console input # Note: use showcmd due console input or some other conflict
showcmd $ETERBUILDBIN/loginhsh -Y -t -i $MENVARG $BINPACKAGES showcmd $ETERBUILDBIN/loginhsh -Y -t -i -b $BINARYREPO $BINPACKAGES
$ETERBUILDBIN/loginhsh -Y -t -i $MENVARG $BINPACKAGES $ETERBUILDBIN/loginhsh -Y -t -i -b $BINARYREPO $BINPACKAGES
RESULT=$? RESULT=$?
# test remove packages from test hasher dir # test remove packages from test hasher dir
...@@ -134,5 +134,5 @@ else ...@@ -134,5 +134,5 @@ else
TSKLIST=$LISTBUILT TSKLIST=$LISTBUILT
fi fi
docmd $ETERBUILDBIN/rpmbs $GIRARHOST $MENVARG $RPMBSARGS $TSKLIST docmd $ETERBUILDBIN/rpmbs $GIRARHOST -b $BINARYREPO $RPMBSARGS $TSKLIST
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