X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=33b50289f5090ed42f9e30c5c140bbd641a91051;hb=8e639044fa060bdb4b913968032794dad83022df;hp=47c2f44e5dca483b303399ace4a956e7fc84ea4f;hpb=501fce3d006fbec6ab929dedc9be7448f687fc80;p=plewww.git diff --git a/Makefile b/Makefile index 47c2f44..33b5028 100644 --- a/Makefile +++ b/Makefile @@ -12,14 +12,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