Opened 15 years ago
Closed 15 years ago
#2393 defect closed duplicate (duplicate)
[buildbot]windows remove pyc state should use "del /s *.pyc"
Reported by: | scmikes | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | core | Keywords: | buildbot windows buildstep |
Cc: | Branch: | ||
Author: |
Description
Today the windows buildbot uses
find . -name "*.pyc" | xargs rm
it should use
del /s *.pyc
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Owner: | Glyph deleted |
---|
Note: See
TracTickets for help on using
tickets.
This is a dup of #1872. I've added the description as a comment there.