phase1: execute new checksum target
[buildbot.git] / 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(