From: Nicolas Boisselier Date: Thu, 21 Mar 2019 15:53:52 +0000 (+0000) Subject: lib/nb-update/repo.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=09a3b2f0a3e27fc8ab1a58a020a43141f5add960;p=nb.git lib/nb-update/repo.sh --- diff --git a/lib/nb-update/repo.sh b/lib/nb-update/repo.sh index 6a0b25ca..c4b8f68d 100644 --- a/lib/nb-update/repo.sh +++ b/lib/nb-update/repo.sh @@ -3,6 +3,7 @@ # NB 24.07.18 [ "$(git config --get remote.origin.url)" = "git@git.nbdom.net:nbdom.git" ] && git remote set-url origin git.nbdom.net:/home/git/nbdom.git # NB 24.07.18 [ "$(git config --get remote.origin.url)" = "git@git.nbdom.net:pi.git" ] && git remote set-url origin git.nbdom.net:/home/git/pi.git if [ "$(git config --get remote.origin.url)" = "git@big:wp" ]; then + echo "Update git url for git@big:wp to git@git.nbdom.net:wp.git" git remote set-url origin git@git.nbdom.net:wp.git nb_api_post_host_info "$preff.set-url" "git@git.nbdom.net:wp.git" fi