From: Jo-Philipp Wich Date: Mon, 1 Aug 2016 16:13:59 +0000 (+0200) Subject: phase1: execute new checksum target X-Git-Tag: v1~248 X-Git-Url: http://git.openwrt.org/?p=buildbot.git;a=commitdiff_plain;h=50a902264012d6484a3b55ca72de5338f4e3fc9a phase1: execute new checksum target Signed-off-by: Jo-Philipp Wich --- diff --git a/phase1/master.cfg b/phase1/master.cfg index b0b5133..6d6bb70 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -441,6 +441,14 @@ EOT''' %(ts[0], ts[0], ts[1]) )) haltOnFailure = True )) + factory.addStep(ShellCommand( + name = "checksums", + description = "Calculating checksums", + command=["make", "-j1", "checksum", "V=s"], + doStepIf = isChangeBuiltin, + haltOnFailure = True + )) + # sign if gpg_keyid is not None: factory.addStep(MasterShellCommand(