Author: Matti Picus <[email protected]>
Branch:
Changeset: r1104:4221429ae63d
Date: 2019-11-13 09:42 -0700
http://bitbucket.org/pypy/buildbot/changeset/4221429ae63d/
Log: try 4a51f6392247 again but differently (arigato)
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -343,8 +343,8 @@
return
if platform == "win32":
- # Clean out files via DOS to avoid long filename limitations in hg
- command = 'for /F "usebackq tokens=1,2" %I IN (`hg stat`) DO @IF "?"
== "%I" DEL %J'
+ # Clean out files via hackery to avoid long filename limitations in hg
+ command = 'hg update -r null & rmdir /q /s lib_pypy extra_tests pypy'
factory.addStep(
ShellCmd(description="clean up files",
command=command,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit