From 0f260f5ee549277a7cf3efeec069995e3591b448 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 25 Oct 2011 18:45:05 +0200 Subject: [PATCH] push initscript when making sync --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0