Commit b2ecd7d4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: fix gpush error comment

parent 9075d6e7
......@@ -207,7 +207,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
pkg_release_check
TAG=$VERSION-$RELEASE
check_gear_and_tag "$TAG" # || fatal "Can't make tag"
docmd $ETERBUILDBIN/gpush $GIRARHOST $FORCE "$TAG" || fatal "gpush failed. Possibly you need to run ginit for create remote repo. Try \$ gpush $GIRARHOST $TAG command separately"
docmd $ETERBUILDBIN/gpush $GIRARHOST $FORCE "$TAG" || fatal "gpush failed. Possibly you need to run '\$ ginit $GIRARHOST' for create remote repo."
docmd $ETERBUILDBIN/gpush $GIRARHOST $FORCE || fatal "gpush failed"
echo
echo "Run build $PROJECTNAME at $GIRARHOST"
......
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