Commit cefee18f authored by Vitaly Lipatov's avatar Vitaly Lipatov

gremote and ginit are out of the tool now

parent 876bfd4c
......@@ -236,7 +236,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
TAG=$(get_last_tag)
# TODO: add check for repo (as in rpmgp) and run ginit if needed
docmd $ETERBUILDBIN/gpush $GIRARHOST $FORCE || fatal "gpush failed. Possibly you need to run '\$ ginit $GIRARHOST' for create remote repo."
docmd gpush $GIRARHOST $FORCE || fatal "gpush failed. Possibly you need to run '\$ ginit $GIRARHOST' for create remote repo."
echo
echo "Run build $PROJECTNAME at $GIRARHOST"
if [ -n "$PREPARETASK" ] ; then
......
......@@ -326,7 +326,7 @@ if [ -n "$CLONEGIT" ] ; then
if cd $PKGNAME ; then
# add remotes
docmd git remote rename origin $GIRARHOST && docmd $ETERBUILDBIN/gremote $GIRARHOST -o
docmd git remote rename origin $GIRARHOST && docmd gremote $GIRARHOST -o
cd - >/dev/null
#elif is_exist_remote_repo origin && ! is_exist_remote_repo gears ; then
# git remote -v | grep -q "^origin.*/gears/" && docmd git remote rename origin gears
......
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