From: Thierry Parmentelat Date: Tue, 25 Oct 2011 16:45:05 +0000 (+0200) Subject: push initscript when making sync X-Git-Tag: sfa-1.1-1~38 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0f260f5ee549277a7cf3efeec069995e3591b448;p=sfa.git push initscript when making sync --- diff --git a/Makefile b/Makefile index c8cc28dc..e3cd9a4c 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,7 @@ else +$(RSYNC) ./sfa/ $(SSHURL)/usr/lib\*/python2.\*/site-packages/sfa/ +$(RSYNC) ./tests/ $(SSHURL)/root/tests-sfa +$(RSYNC) $(BINS) $(SSHURL)/usr/bin + +$(RSYNC) ./sfa/init.d/sfa $(SSHURL)/etc/init.d $(SSHCOMMAND) exec service sfa restart endif