Rev 39: We also have to export the appropriate TBZR environment variable. in http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk

John Arbash Meinel john at arbash-meinel.com
Tue Oct 20 15:53:44 BST 2009


At http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk

------------------------------------------------------------
revno: 39
revision-id: john at arbash-meinel.com-20091020145327-tpjlqc1nnqsoghv3
parent: jelmer at samba.org-20091020001344-p451ckm0gb6xmy9t
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Tue 2009-10-20 09:53:27 -0500
message:
  We also have to export the appropriate TBZR environment variable.
  
  It isn't enough to just run 'python setup.py build' in the right tbzr, we also
  need to include it in the search path.
  This seems to be working now.
-------------- next part --------------
=== modified file 'tools/win32/buildout-templates/bin/build-installer.bat.in'
--- a/tools/win32/buildout-templates/bin/build-installer.bat.in	2009-10-15 21:36:37 +0000
+++ b/tools/win32/buildout-templates/bin/build-installer.bat.in	2009-10-20 14:53:27 +0000
@@ -12,9 +12,6 @@
 rem To use the MinGW compiler, uncomment this next line
 rem set PYTHON_BUILDFLAGS=-c mingw32
 
-rem To skip building TortoiseBzr, comment out this next line
-set TBZR=${buildout:directory}/tbzr/trunk
-
 set SVN_DEV=${buildout:directory}/${svn-dev:destination}
 set SVN_BDB=${buildout:directory}/${svn-db4:destination}
 set SVN_LIBINTL=${buildout:directory}/${svn-libintl:destination}
@@ -46,6 +43,9 @@
 if not defined TARGET (set TARGET=%RELEASE%) & (set BZR_TARGET=release)
 if not defined PLUGIN_TARGET (set PLUGIN_TARGET=release)
 
+rem To skip building TortoiseBzr, comment out this next line
+set TBZR=${buildout:directory}/tbzr/%BZR_TARGET%
+
 %PYTHON% %ROOT%/ostools.py remove %TARGET%
 @if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
 



More information about the bazaar-commits mailing list