X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=vm_remote;h=20dc7467694ebf229590ee814523d97b518bbed2;hp=19ce8d4cb654f7de6d6d8ee9c94fa974dee6bda6;hb=6dd8add65ae14c272df64a12f00a142314c0b2b1;hpb=fe76c838090f262ec477c6a73d1bf9d988033b56 diff --git a/vm_remote b/vm_remote index 19ce8d4..20dc746 100755 --- a/vm_remote +++ b/vm_remote @@ -28,10 +28,10 @@ rule_git_config () { # DESCRIPTION: configure le .git local pour bien pousser cd "$tool" git remote rm host || true git remote add host $vm_host:tool/vm - git config --replace remote.host.push HEAD:refs/heads/origin + git config --replace remote.host.push HEAD:refs/remotes/master git remote rm hosted || true git remote add hosted root@$vm_fqdn:tool/vm - git config --replace remote.hosted.push HEAD:refs/heads/origin + git config --replace remote.hosted.push HEAD:refs/remotes/master ) } rule_git_push () { # SYNTAX: {host|hosted} $git_push_options