X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=vm_remote;h=f951f3c6e0d9ee631a277e5794b122250644383a;hp=58778026c548a8e25d2609af2c34e4af9f0a0126;hb=5b3f6649997abf4786ec2b1292abf712d4358567;hpb=d501326a3e710da0ea34928b4a44d13103c0106a diff --git a/vm_remote b/vm_remote index 5877802..f951f3c 100755 --- a/vm_remote +++ b/vm_remote @@ -32,6 +32,7 @@ rule_git_configure () { # DESCRIPTION: configure ./.git correctement git remote rm hosted || true git remote add hosted root@$vm_fqdn:tool/vm git config --replace remote.hosted.push HEAD:refs/remotes/master + git submodule update --init ) } rule_git_push () { # SYNTAX: {host|hosted} $git_push_options