Nick Coghlan <ncogh...@gmail.com> added the comment:

Note that the following sequence should work even without changing the buildbot 
behaviour:
- in one checkin, modify Modules/Setup.dist. The buildbots will pick up this 
change on their *subsequent* build (as the build triggered by this checkin, so 
long as it compiles correctly, will trigger the clean step)
- in a latter checkin, make the changes that depend on the new build order

What breaks at the moment is trying to do both of those things in one step, or 
trying to do the first step while compilation is broken.

Since Antoine's last reversion, a few successful build have gone through so it 
should be OK to reapply the original patch again.

Longer term, we probably want to run the clean step both before the configure 
step and after the compile and test steps (even if the compilation fails).

----------
nosy: +loewis, ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9545>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to