Setting tag sfa-2.0-2
[sfa.git] / Makefile
index 6d770b4..d6ecaad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -143,6 +143,7 @@ else
        +$(RSYNC)  $(BINS) $(SSHURL)/usr/bin/
        +$(RSYNC) ./init.d/sfa  $(SSHURL)/etc/init.d/
        +$(RSYNC) ./config/default_config.xml $(SSHURL)/etc/sfa/
+       +$(RSYNC) ./sfa/storage/sfa.sql $(SSHURL)/usr/share/sfa/
        $(SSHCOMMAND) exec service sfa restart
 endif
 
@@ -151,5 +152,9 @@ fastsync:
        +$(RSYNC) ./sfa/ $(SSHURL)/usr/lib\*/python2.\*/site-packages/sfa/
        $(SSHCOMMAND) exec service sfa restart
 
-.PHONY: sync
+clientsync:
+       +$(RSYNC)  $(BINS) $(SSHURL)/usr/bin/
+
+.PHONY: sync fastsync clientsync
+
 ##########