From: Thierry Parmentelat Date: Tue, 14 Jan 2014 14:17:08 +0000 (+0100) Subject: pushes stuff from systemd/ and not from initscripts anymore X-Git-Tag: nodemanager-5.2-10~12 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=899fe18b5f94ed4e3fffcf0b9b3f94c98fdc8466 pushes stuff from systemd/ and not from initscripts anymore --- diff --git a/Makefile b/Makefile index f153425..c84241d 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,8 @@ else @echo xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +$(RSYNC) --exclude sshsh $(LXC_EXCLUDES) --delete-excluded ./ $(NODEURL)/usr/share/NodeManager/ +$(RSYNC) ./sshsh $(NODEURL)/bin/ - +$(RSYNC) ./initscripts/nm $(NODEURL)/etc/init.d/nm +# +$(RSYNC) ./initscripts/nm $(NODEURL)/etc/init.d/nm + +$(RSYNC) ./systemd/ $(NODEURL)/usr/lib/systemd/system/ # ssh -i $(NODE).key.rsa root@$(NODE) service nm restart endif