Ticket #1872 task closed fixed

Opened 7 years ago

Last modified 6 years ago

Fix "remove .pycs" step on Win32 builders

Reported by: exarkun Owned by:
Priority: high Milestone:
Component: core Keywords:
Cc: warner, itamarst, exarkun, radix, teratorn, scmikes, bear@… Branch:
Author: Launchpad Bug:

Description

It's either meaningless noise or it indicates something is wrong with our build environments.

Change History

1

follow-up: ↓ 2   Changed 6 years ago by teratorn

  • owner changed from radix to teratorn
  • cc teratorn added

I've requested access to the buildslaves where this is happening. Will try and fix it as soon as possible.

2

in reply to: ↑ 1   Changed 6 years ago by teratorn

  • cc scmikes, bear@… added

In duplicate ticket #2393 glyph notes the following:

Today the windows buildbot uses

find . -name "*.pyc" | xargs rm

it should use

del /s *.pyc

3

  Changed 6 years ago by exarkun

  • status changed from new to closed
  • resolution set to fixed

The Win32 slaves all now use del /s *.pyc

4

  Changed 2 years ago by <automation>

  • owner teratorn deleted
Note: See TracTickets for help on using tickets.