[issue20644] OS X installer build broken by changes to documentation build

2014-04-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88572ccb8ebe by Ned Deily in branch '2.7': Issue #20644: Keep build-installer.py in sync across active versions. http://hg.python.org/cpython/rev/88572ccb8ebe New changeset e0722b5b9412 by Ned Deily in branch '3.4': Issue #20644: Keep build-installe

[issue20644] OS X installer build broken by changes to documentation build

2014-04-08 Thread Ned Deily
Ned Deily added the comment: build-installer.py now assumes that sphinx-build and the previously required hg have been installed somewhere on the restricted PATH that the installer uses. Behind the scenes, the installer build process has been substantially revised to make use of a bootstrappe

[issue20644] OS X installer build broken by changes to documentation build

2014-04-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 01f1e14cad23 by Ned Deily in branch '3.4': Issue #20644: OS X installer build support for documentation build changes http://hg.python.org/cpython/rev/01f1e14cad23 New changeset 7d004ad09bf5 by Ned Deily in branch 'default': Issue #20644: merge from

[issue20644] OS X installer build broken by changes to documentation build

2014-02-16 Thread Ned Deily
New submission from Ned Deily: eef7899ea7ab introduces changes to the documentation build process which inadvertently breaks OS X installer builds. See, for example: http://buildbot.python.org/all/builders/bolen-dmg-3.x/builds/513 Mac/BuildInstaller/build-installer.py should be modified to ac