X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=dc919ce35ba4fe02b1f5e2e61e2ee937a1c4ebb3;hb=770fef64c1826a04022d9071d5e25ca84ad40d1d;hp=7c1ec2ce35911bd31ea0b771833a6f7137d0514c;hpb=f2d58ad2ee7ed321cf24663c049c7177fe9facc6;p=plcapi.git diff --git a/Makefile b/Makefile index 7c1ec2c..dc919ce 100644 --- a/Makefile +++ b/Makefile @@ -61,14 +61,12 @@ tags: # $ run export # and cut'n paste the export lines before you run make sync -PLCHOST ?= testplc.onelab.eu - ifdef PLC SSHURL:=root@$(PLC):/ SSHCOMMAND:=ssh root@$(PLC) else ifdef PLCHOSTLXC -SSHURL:=root@$(PLCHOST):/var/lib/lxc/$(GUESTNAME)/rootfs +SSHURL:=root@$(PLCHOSTLXC):/vservers/$(GUESTNAME)/rootfs SSHCOMMAND:=ssh root@$(PLCHOSTLXC) ssh $(GUESTHOSTNAME) else ifdef PLCHOSTVS