phase1: add diffconfig step
authorJo-Philipp Wich <jo@mein.io>
Wed, 4 Jan 2017 08:10:45 +0000 (09:10 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 4 Jan 2017 08:10:45 +0000 (09:10 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg

index 554fe4ca39c25cfc3b5b26dd12ef20942ad2378e..567dfecd0558a74e4c5b8700bf99591c46d4b954 100644 (file)
@@ -530,6 +530,13 @@ for target in targets:
                haltOnFailure = True
        ))
 
+       factory.addStep(ShellCommand(
+               name = "diffconfig",
+               description = "Generating config.seed",
+               command=["make", "-j1", "diffconfig", "V=s"],
+               haltOnFailure = True
+       ))
+
        factory.addStep(ShellCommand(
                name = "checksums",
                description = "Calculating checksums",