Author: Matti Picus <[email protected]>
Branch: cleanup-hg-bookmarks
Changeset: r1025:ad784c41e04a
Date: 2017-09-13 19:48 +0300
http://bitbucket.org/pypy/buildbot/changeset/ad784c41e04a/
Log: Tentative Windows version 2
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -347,7 +347,7 @@
factory.addStep(ShellCmd(
description="cleanup bookmarks",
command=["rm", "-f", ".hg/bookmarks"] if platform != 'win32'
- else ["if exist .hg/bookmarks del .hg/bookmarks"],
+ else [r"cmd /c if exist .hg\bookmarks del .hg\bookmarks"],
workdir=workdir,
haltOnFailure=False,
))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit