X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=ee833d32e24c4c8c04d1f3a35fc5f6c3f1c5a6b4;hb=fc0046387e3d654a23097f50eb735e00ffda41a1;hp=c2540fad801fe7d36f39554bad99e7c7cf81f731;hpb=68eef50d9f35e3cab248f0212007b84c110cf4cb;p=bootmanager.git diff --git a/Makefile b/Makefile index c2540fa..ee833d3 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,14 @@ # $ run export # and cut'n paste the export lines before you run make sync -PLCHOST ?= testplc.onelab.eu +PLCHOSTLXC ?= lxc64-1.pl.sophia.inria.fr 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 @@ -47,6 +47,6 @@ endif ########## tags: - find . -type f | egrep -v 'TAGS|/\.svn/|\.git/|~$$' | xargs etags + find . -type f | egrep -v 'TAGS|DIFF|/\.svn/|\.git/|~$$' | xargs etags .PHONY: tags