Updated help string on "install"
authorClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Tue, 26 Apr 2011 12:36:24 +0000 (14:36 +0200)
committerClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Tue, 26 Apr 2011 12:36:24 +0000 (14:36 +0200)
src/nepi/testbeds/planetlab/metadata_v01.py

index 78a9831..246974e 100644 (file)
@@ -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