[issue9973] Sometimes buildbot fails to cleanup working copy

Zachary Ware report at bugs.python.org
Fri Jun 27 18:51:43 CEST 2014


Zachary Ware added the comment:

The real simple method here would be to replace clean[-amd64].bat with a call to kill_python_d (if it exists), followed by an "hg --config extensions.purge= purge --all".  That ought to give as much of a guarantee of a clean slate as possible, with the added benefit of hg purge reporting files that it just can't remove.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9973>
_______________________________________


More information about the Python-bugs-list mailing list