From: Thierry Parmentelat Date: Tue, 22 Jan 2013 10:15:16 +0000 (+0100) Subject: make sync won't work onto debian-based deployments (diff. layout) X-Git-Tag: sfa-2.1-24~4^2~7 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=394178168c700cc719ca5d584138d0db02f7d4dd make sync won't work onto debian-based deployments (diff. layout) so use make syncdeb instead --- diff --git a/Makefile b/Makefile index 97d58086..df1d311b 100644 --- a/Makefile +++ b/Makefile @@ -159,6 +159,8 @@ BINS = ./config/sfa-config-tty ./config/gen-sfa-cm-config.py \ synclib: synccheck +$(RSYNC) --relative ./sfa/ --exclude migrations $(SSHURL)/usr/lib\*/python2.\*/site-packages/ +synclibdeb: synccheck + +$(RSYNC) --relative ./sfa/ --exclude migrations $(SSHURL)/usr/share/pyshared/ syncbin: synccheck +$(RSYNC) $(BINS) $(SSHURL)/usr/bin/ syncinit: synccheck @@ -176,6 +178,7 @@ syncmig: # full-fledged sync: synclib syncbin syncinit syncconfig syncrestart +syncdeb: synclibdeb syncbin syncinit syncconfig syncrestart # 99% of the time this is enough syncfast: synclib syncrestart