From: Thierry Parmentelat Date: Thu, 1 Apr 2010 11:05:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: MyPLC-5.0-3~2 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=76813aa9797bb8b1ef799bbcb3640efdba2b141d --- diff --git a/Makefile b/Makefile index 82ae384..facd68a 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ tags: ########## sync # 2 forms are supported # (*) if your plc root context has direct ssh access: -# make sync PLC=private.one-lab.org +# make sync PLC=boot.planet-lab.eu # (*) otherwise, entering through the root context -# make sync PLCHOST=testbox1.inria.fr GUEST=vplc03.inria.fr +# make sync PLCHOST=testplc.onelab.eu GUEST=vplc03.inria.fr PLCHOST ?= testplc.onelab.eu @@ -34,8 +34,8 @@ RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES) sync: ifeq (,$(SSHURL)) @echo "sync: You must define, either PLC, or PLCHOST & GUEST, on the command line" - @echo " e.g. make sync PLC=private.one-lab.org" - @echo " or make sync PLCHOST=testbox1.inria.fr GUEST=vplc03.inria.fr" + @echo " e.g. make sync PLC=boot.planet-lab.eu" + @echo " or make sync PLCHOST=testplc.onelab.eu GUEST=vplc03.inria.fr" @exit 1 else +$(RSYNC) plc.init $(SSHURL)/etc/init.d/plc