From: Claudio-Daniel Freire Date: Tue, 26 Apr 2011 12:36:24 +0000 (+0200) Subject: Updated help string on "install" X-Git-Tag: nepi_v2~120 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e3371ec513c1df26e0459345ef83f1911fde9cd0;p=nepi.git Updated help string on "install" --- diff --git a/src/nepi/testbeds/planetlab/metadata_v01.py b/src/nepi/testbeds/planetlab/metadata_v01.py index 78a9831d..246974e0 100644 --- a/src/nepi/testbeds/planetlab/metadata_v01.py +++ b/src/nepi/testbeds/planetlab/metadata_v01.py @@ -428,7 +428,10 @@ attributes = dict({ "home folder (where the application commands will run).\n" "ALL sources and targets needed for execution must be copied there, " "if building has been enabled.\n" - "That is, 'slave' nodes will not automatically get any source files.", + "That is, 'slave' nodes will not automatically get any source files. " + "'slave' nodes don't get build dependencies either, so if you need " + "make and other tools to install, be sure to provide them as " + "actual dependencies instead.", "type": Attribute.STRING, "flags": Attribute.DesignOnly, "validation_function": validation.is_string