phase1: make feed update and install errors fatal
authorJo-Philipp Wich <[email protected]>
Sat, 22 Jun 2019 07:11:43 +0000 (09:11 +0200)
committerJo-Philipp Wich <[email protected]>
Sat, 22 Jun 2019 07:11:43 +0000 (09:11 +0200)
Do not continue building if the feed cloning failed.

Signed-off-by: Jo-Philipp Wich <[email protected]>
phase1/master.cfg

index 6dfc37825878cf32e5a69857526babd8926d4290..d94b888ed3fe7f5c0547bb4a5a33dbf563b20a8b 100644 (file)
@@ -611,6 +611,7 @@ for target in targets:
                description = "Updating feeds",
                command=["./scripts/feeds", "update"],
                env = MakeEnv(tryccache=True),
+               haltOnFailure = True
        ))
 
        # feed
@@ -618,7 +619,9 @@ for target in targets:
                name = "installfeeds",
                description = "Installing feeds",
                command=["./scripts/feeds", "install", "-a"],
-               env = MakeEnv(tryccache=True)))
+               env = MakeEnv(tryccache=True),
+               haltOnFailure = True
+       ))
 
        # seed config
        factory.addStep(FileDownload(