git://git.onelab.eu
/
sfa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5497dd3
)
test boxes don't have the /rootfs/ path anymore
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Mon, 31 Mar 2014 13:26:11 +0000
(15:26 +0200)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Mon, 31 Mar 2014 13:26:11 +0000
(15:26 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2dfa229
..
3f9bf37
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-149,7
+149,7
@@
SSHURL:=root@$(PLC):/
SSHCOMMAND:=ssh root@$(PLC)
else
ifdef PLCHOSTLXC
-SSHURL:=root@$(PLCHOSTLXC):/vservers/$(GUESTNAME)
/rootfs
+SSHURL:=root@$(PLCHOSTLXC):/vservers/$(GUESTNAME)
SSHCOMMAND:=ssh root@$(PLCHOSTLXC) ssh $(GUESTHOSTNAME)
else
ifdef PLCHOSTVS