X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=23cc59a9798b1401c63f2d2b152d9f8de3ff07e1;hb=b55c5c109e6b25f3d72aa4e7b140beccc694d729;hp=7c1ec2ce35911bd31ea0b771833a6f7137d0514c;hpb=ff5ef6ab613742b3fe8d2faa67441881f5f3514f;p=plcapi.git diff --git a/Makefile b/Makefile index 7c1ec2c..23cc59a 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):/var/lib/lxc/$(GUESTNAME)/rootfs SSHCOMMAND:=ssh root@$(PLCHOSTLXC) ssh $(GUESTHOSTNAME) else ifdef PLCHOSTVS