Skip to content

Commit 56ca340

Browse files
author
buildbot
committed
The buildbot shouldn't stop on a failed svn cleanup, as that will happen if there's no working copy in place, not only on unsuccessful cleanup.
- Legacy-Id: 9721
1 parent 9ea5e08 commit 56ca340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildbot/masters/datatracker/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ factory = BuildFactory()
284284
factory.addStep(ShellCommand(
285285
descriptionDone="svn cleanup",
286286
workdir=Interpolate('build/%(src::branch)s'),
287-
haltOnFailure=True,
287+
haltOnFailure=False,
288288
command=["svn", "cleanup"],
289289
))
290290
factory.addStep(SVN(

0 commit comments

Comments
 (0)