From 5c66c9e41f99b9d77f1698a187b60af127159b75 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 15 Nov 2011 16:40:14 +0100 Subject: [PATCH] with a slow connection, make fastsync does only the python code --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 ########## -- 2.43.0