X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=701c3295ff49b418b5bb9d335eaa91a2e483f1a7;hb=1cc50c86c8cb2a7bdc5695507daab00f3d184f44;hp=72fa41ac385698342ab0f28c71418e615e029600;hpb=89d0fa4efde57cb62445af75c16bdc42bc03693a;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 ##########