On Mon, 9 Aug 2010 22:34:18 +1000 Nick Coghlan <ncoghlan@gmail.com> wrote:
On Mon, Aug 9, 2010 at 10:25 PM, Senthil Kumaran <orsenthil@gmail.com> wrote:
Do you know what needs to done for making Modules/Setup to reflect the changes in Modules/Setup.dist in the buildbots? On local checkouts, the compilation goes fine.
The buildbot checkout scripts should probably do that copy as a matter of course. There's no reason to support local modifications of Modules/Setup on the buildbots.
Florent found out that removing Modules/Setup is done as part of the "clean" stage: http://www.python.org/dev/buildbot/builders/i386%20Ubuntu%203.x/builds/1820/... but the "clean" stage doesn't get run after a compile error: http://www.python.org/dev/buildbot/waterfall?show=x86%20gentoo%203.x Regards Antoine.