fix make sync
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 10 Apr 2012 15:12:27 +0000 (17:12 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 10 Apr 2012 15:12:27 +0000 (17:12 +0200)
Makefile

index 3003d54..75d79f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -114,14 +114,12 @@ signatures:
 # $ 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