Commit dc46d4c5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: fix comment

parent e82e29a6
...@@ -240,7 +240,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then ...@@ -240,7 +240,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
TAG=$(get_last_tag) TAG=$(get_last_tag)
# TODO: add check for repo (as in rpmgp) and run ginit if needed # TODO: add check for repo (as in rpmgp) and run ginit if needed
docmd gpush $GIRARHOST $FORCE || fatal "gpush failed. Possibly you need to run '\$ ginit $GIRARHOST' for create remote repo." docmd gpush $GIRARHOST $FORCE || fatal "gpush failed. It is possible you need run '\$ ginit $GIRARHOST' to create remote repo."
echo echo
echo "Run build $PROJECTNAME at $GEARHOST" echo "Run build $PROJECTNAME at $GEARHOST"
if [ -n "$PREPARETASK" ] ; then if [ -n "$PREPARETASK" ] ; then
......
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