Skip to content

Commit

Permalink
buildbot: abort on source create failure
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Jan 1, 2021
1 parent 7ecd80c commit 8daad95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot/master/master.cfg
Expand Up @@ -261,6 +261,7 @@ class CreateSourceBundle(ShellCommand) :
description = [WithProps('creating %(bc)s bundle')]
descriptionDone = [WithProps('created %(bc)s bundle')]
command = ['./buildbot/slave/source/make_source_package.sh', WithConfig(), WithBranch()]
haltOnFailure = True

class HashStuff(ShellCommand):
name = "md5sums"
Expand Down

0 comments on commit 8daad95

Please sign in to comment.