From: Thierry Parmentelat Date: Thu, 4 Dec 2008 09:07:27 +0000 (+0000) Subject: syncs plcsh too - useful when debugging a broken api X-Git-Tag: PLCAPI-4.3-3~42 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=542250de03d111553d3aa6dcd27d5eb68b327264 syncs plcsh too - useful when debugging a broken api --- diff --git a/Makefile b/Makefile index 2df9ee9..e6668f8 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ ifeq (,$(SSHURL)) @echo " or make sync PLCHOST=testbox1.inria.fr GUEST=vplc03.inria.fr" @exit 1 else - +$(RSYNC) PLC planetlab5.sql migrations $(SSHURL)/usr/share/plc_api/ + +$(RSYNC) plcsh PLC planetlab5.sql migrations $(SSHURL)/usr/share/plc_api/ $(SSHCOMMAND) exec apachectl graceful endif