From 394178168c700cc719ca5d584138d0db02f7d4dd Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 22 Jan 2013 11:15:16 +0100 Subject: [PATCH] make sync won't work onto debian-based deployments (diff. layout) so use make syncdeb instead --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.43.0