X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=vm_remote;h=946706a09c2175bcb7b4986921a293316c427ca4;hb=5020fb59510a981bd021e5d34fee268d26eb40a0;hp=02b954016cf88b7588632fa743367cb1394465d8;hpb=95955dc2c60de318b36d09e22494c7841fbc6f1a;p=lhc%2Fateliers.git diff --git a/vm_remote b/vm_remote index 02b9540..946706a 100755 --- a/vm_remote +++ b/vm_remote @@ -33,8 +33,6 @@ rule_git_config () { } rule_git_push () { # SYNTAX: {host|vm} $git_commit_options local remote=${1#remote=}; shift - git add . && - git commit -a -C HEAD "$@" && GIT_SSH=./vm_ssh git push -v -f "$remote" } @@ -77,9 +75,10 @@ ${1+shift} case $rule in (help);; (*) - test ! "$(hostname --fqdn)" = "$vm_fqdn" - test ! "$(hostname --fqdn)" = "$vm_host" - set -x + test ! "$(hostname --fqdn)" = "$vm_fqdn" && + test ! "$(hostname --fqdn)" = "$vm_host" || + error 1 "mauvaise machine" + ${TRACE:+set -x} ;; esac rule_$rule "$@"