Rev 4601: If the python direct installers fail to build, we want to know right away. in http://bazaar.launchpad.net/~jameinel/bzr/windows-installer
John Arbash Meinel
john at arbash-meinel.com
Wed Aug 12 22:19:16 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/windows-installer
------------------------------------------------------------
revno: 4601
revision-id: john at arbash-meinel.com-20090812211906-gjnjkdglben2zr5j
parent: john at arbash-meinel.com-20090812210324-0sz232jd7c409pm6
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: windows-installer
timestamp: Wed 2009-08-12 16:19:06 -0500
message:
If the python direct installers fail to build, we want to know right away.
Turns out there really is an issue with quoting, etc.
-------------- next part --------------
=== modified file 'tools/win32/buildout-templates/bin/build-installer.bat.in'
--- a/tools/win32/buildout-templates/bin/build-installer.bat.in 2009-08-03 20:41:39 +0000
+++ b/tools/win32/buildout-templates/bin/build-installer.bat.in 2009-08-12 21:19:06 +0000
@@ -58,7 +58,7 @@
rem their dependencies.
cd %TARGET%
make python-installer PYTHON=%CYG_PYTHON% PYTHON24=${settings:python24} PYTHON25=${settings:python25} PYTHON26=${settings:python26}
-rem @if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
+ at if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
cd %ROOT%/subvertpy/%PLUGIN_TARGET%
%PYTHON% setup.py install -O1 --install-lib=%TARGET%
More information about the bazaar-commits
mailing list