Commit 20685e18 authored by Vitaly Lipatov's avatar Vitaly Lipatov

do not use docmd against loginhsh run (fix auto login to hasher after build)

parent 66e0425d
......@@ -138,7 +138,8 @@ if [ "$RESULT" = "0" ] && [ -n "$TESTINSTALL" ] ; then
test -n "$BINPACKAGES" || fatal "Can't find binary packages for $LASTPACKAGE in `ls -l $HASHERDIR/repo/$BUILDARCH/RPMS.hasher`"
echo "List: $BINPACKAGES"
echo
docmd $ETERBUILDBIN/loginhsh -a $MENVARG $BINPACKAGES
showcmd $ETERBUILDBIN/loginhsh -a $MENVARG $BINPACKAGES
$ETERBUILDBIN/loginhsh -a $MENVARG $BINPACKAGES
exit
fi
......
......@@ -51,5 +51,6 @@ if is_gear ; then
git_commit_ignore_nothing $SPEC -m "update spec to new build $(get_version $SPEC) (with rpmrb script)" || exit 1
fi
docmd $ETERBUILDBIN/rpmbsh -i $SPEC || fatal "Error with build in hasher"
showcmd $ETERBUILDBIN/rpmbsh -i $SPEC
$ETERBUILDBIN/rpmbsh -i $SPEC || fatal "Error with build in hasher"
docmd $ETERBUILDBIN/rpmbs $GIRARHOST -u $SPEC || fatal "Error with upload"
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