Author: Matti Picus <[email protected]>
Branch:
Changeset: r1105:7d54cdb57949
Date: 2019-11-13 20:08 -0700
http://bitbucket.org/pypy/buildbot/changeset/7d54cdb57949/
Log: don't fail if there are locked files
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -349,7 +349,7 @@
ShellCmd(description="clean up files",
command=command,
workdir=workdir,
- haltOnFailure=True))
+ haltOnFailure=False))
if wipe_bookmarks:
# We don't use bookmarks at all. If a bookmark accidentally gets
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit