Commit abd564df authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 11e650b4
......@@ -268,6 +268,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
docmd gpush $GIRARHOST $FORCE || fatal "gpush failed. It is possible you need run '\$ ginit $GIRARHOST' to create remote repo."
echo
echo "Run build $PROJECTNAME at $GEARHOST"
# FIXME: tee hangup during first call with ssh ControlMaster
if [ -n "$PREPARETASK" ] ; then
docmd ssh $GEARHOST task add $TASKNUMBER repo $PROJECTNAME $TAG 2>&1 | tee $RPMDIR/uploaded.log.tmp
else
......
......@@ -107,6 +107,7 @@ if [ "$RESULT" = "0" ] && [ -n "$INSTALLPKG" ] ; then
# showcmd separately due console input
showcmd $ETERBUILDBIN/loginhsh -Y -t -i $MENVARG $BINPACKAGES
$ETERBUILDBIN/loginhsh -Y -t -i $MENVARG $BINPACKAGES
RESULT=$?
# test remove packages from test hasher dir
docmd $ETERBUILDBIN/myhsh -r $MENVARG $BINPACKAGES
......
......@@ -64,5 +64,4 @@ for SPEC in $LISTNAMES ; do
cd - >/dev/null
done
showcmd $ETERBUILDBIN/rpmbsh -i $LISTNAMES
$ETERBUILDBIN/rpmbsh -i -u $LISTNAMES
docmd $ETERBUILDBIN/rpmbsh $GIRARHOST -i -u $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