From: Thierry Parmentelat Date: Tue, 15 Nov 2011 15:40:14 +0000 (+0100) Subject: with a slow connection, make fastsync does only the python code X-Git-Tag: sfa-1.1-3~17 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=5c66c9e41f99b9d77f1698a187b60af127159b75;p=sfa.git with a slow connection, make fastsync does only the python code --- diff --git a/Makefile b/Makefile index 72fa41ac..701c3295 100644 --- a/Makefile +++ b/Makefile @@ -146,5 +146,10 @@ else $(SSHCOMMAND) exec service sfa restart endif +# 99% of the time this is enough +fastsync: + +$(RSYNC) ./sfa/ $(SSHURL)/usr/lib\*/python2.\*/site-packages/sfa/ + $(SSHCOMMAND) exec service sfa restart + .PHONY: sync ##########