From: Thierry Parmentelat Date: Thu, 14 Jun 2012 21:03:18 +0000 (+0300) Subject: fix make sync with new key conventions from tests/system - key_admin vs key1 X-Git-Tag: nodemanager-2.0-37~8 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=6c6b41cc95241c2074d1cb1dac2b85b888824ae5 fix make sync with new key conventions from tests/system - key_admin vs key1 --- diff --git a/Makefile b/Makefile index 08c3acf..c9e0d91 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ endif TESTMASTER ?= testmaster.onelab.eu ifdef BUILD -KEYURL:=root@$(TESTMASTER):$(BUILD)/keys/key1.rsa +KEYURL:=root@$(TESTMASTER):$(BUILD)/keys/key_admin.rsa endif key: $(NODE).key.rsa