From 542250de03d111553d3aa6dcd27d5eb68b327264 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 4 Dec 2008 09:07:27 +0000 Subject: [PATCH] syncs plcsh too - useful when debugging a broken api --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0