phase1: execute new checksum target
authorJo-Philipp Wich <jo@mein.io>
Mon, 1 Aug 2016 16:13:59 +0000 (18:13 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 1 Aug 2016 16:13:59 +0000 (18:13 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg

index b0b5133c5242f61527cc9db434472dc44c84ebc9..6d6bb7042f30817d270eada272c906b230f9d63f 100644 (file)
@@ -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(