From: Paul Spooren Date: Tue, 3 Sep 2019 09:59:29 +0000 (-1000) Subject: phase1: run prepare instead of diffconfig X-Git-Tag: v1~71 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=cfd720304fb834c2d4981fb15ba8eaee1635458b;p=buildbot.git phase1: run prepare instead of diffconfig This will not only create config.buildinfo as before, but also version.buildinfo and feeds.buidinfo. CC: Jo-Philipp Wich Signed-off-by: Paul Spooren [rename step from "prepare" to "buildinfo"] Signed-off-by: Jo-Philipp Wich --- diff --git a/phase1/master.cfg b/phase1/master.cfg index a91864a..ee26fe4 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -918,9 +918,9 @@ for target in targets: )) factory.addStep(ShellCommand( - name = "diffconfig", - description = "Generating config.seed", - command=["make", "-j1", "diffconfig", "V=s"], + name = "buildinfo", + description = "Generating config.buildinfo, version.buildinfo and feeds.buildinfo", + command=["make", "-j1", "prepare", "V=s"], env = MakeEnv(), haltOnFailure = True ))