projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc27d3
)
phase1: make feed update and install errors fatal
author
Jo-Philipp Wich
<
[email protected]
>
Sat, 22 Jun 2019 07:11:43 +0000
(09:11 +0200)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index 6dfc37825878cf32e5a69857526babd8926d4290..d94b888ed3fe7f5c0547bb4a5a33dbf563b20a8b 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-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(