This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients SilentGhost, larry, ned.deily, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2016-11-22.19:46:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479844010.67.0.113151844236.issue28573@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching the patch here for visibility.

In short, rather than relying on PATH to find hg.exe, we now precalculate it and pass it in to the build. This completely avoids the problem where modifying PATH multiple times for different builds was causing Mercurial to fall off.

This patch also fixes two other issues with my build script - the PGOOPTS need to come before CERTOPTS, as they are parsed by different scripts, and the debug build command fell off somewhere which resulted in the debug builds not being rebuilt for 3.6.0b4 - they are still the 3.6.0b3 debug build.
History
Date User Action Args
2016-11-22 19:46:50steve.dowersetrecipients: + steve.dower, paul.moore, larry, tim.golden, ned.deily, SilentGhost, python-dev, zach.ware
2016-11-22 19:46:50steve.dowersetmessageid: <1479844010.67.0.113151844236.issue28573@psf.upfronthosting.co.za>
2016-11-22 19:46:50steve.dowerlinkissue28573 messages
2016-11-22 19:46:50steve.dowercreate