X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=701c3295ff49b418b5bb9d335eaa91a2e483f1a7;hb=69fb221c274eb0b6e9f6ff6f895e5e6f90b17230;hp=72fa41ac385698342ab0f28c71418e615e029600;hpb=e98b602a586412b828057bcebf2b6073697720a5;p=sfa.git 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 ##########