Commit 8667dee5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

git: allow any git.NAME

parent 7c6fcc9c
...@@ -93,7 +93,9 @@ set_gear_host() ...@@ -93,7 +93,9 @@ set_gear_host()
assert_var GIRARHOST assert_var GIRARHOST
GITHOST="$GIRARHOST" GITHOST="$GIRARHOST"
GEARHOST="$GITHOST" GEARHOST="$GITHOST"
[ "$GEARHOST" = "git.alt" ] && GEARHOST="gear.alt" if [ ! "$GEARHOST" = "git.eter" ] ; then
GEARHOST="${GITHOST/git./gear.}"
fi
return 0 return 0
} }
......
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