From: Thibaut VARÈNE Date: Wed, 20 Jun 2018 17:03:01 +0000 (+0200) Subject: phase1: "Building and installing" for appropriate steps X-Git-Tag: v1~153 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f61dd46025685ed8a94c673f246149d3c7e959b2;p=buildbot.git phase1: "Building and installing" for appropriate steps Signed-off-by: Thibaut VARÈNE --- diff --git a/phase1/master.cfg b/phase1/master.cfg index f6027ff..47f6689 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -631,7 +631,7 @@ for target in targets: # prepare tar factory.addStep(ShellCommand( name = "dltar", - description = "Building GNU tar", + description = "Building and installing GNU tar", command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "tools/tar/compile", "V=s"], env = MakeEnv(), haltOnFailure = True @@ -656,7 +656,7 @@ for target in targets: # build factory.addStep(ShellCommand( name = "tools", - description = "Building tools", + description = "Building and installing tools", command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "tools/install", "V=s"], env = MakeEnv(), haltOnFailure = True @@ -664,7 +664,7 @@ for target in targets: factory.addStep(ShellCommand( name = "toolchain", - description = "Building toolchain", + description = "Building and installing toolchain", command=["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "toolchain/install", "V=s"], env = MakeEnv(), haltOnFailure = True @@ -773,7 +773,7 @@ for target in targets: #factory.addStep(IfBuiltinShellCommand( factory.addStep(ShellCommand( name = "images", - description = "Building images", + description = "Building and installing images", command=["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "target/install", "V=s"], env = MakeEnv(), haltOnFailure = True