Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
dogfood for BB testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Jun 16, 2010
1 parent 99e40bb commit 11decd9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
32 changes: 32 additions & 0 deletions rackspacetest.ini
@@ -0,0 +1,32 @@
[build]
compilers = py24_32 py25_32 py26_32 py26_64

[py24_32]
command = set PATH=%PATH%;c:\mingw\bin
c:\Python24_32\python setup.py build_ext --compiler mingw32 bdist_egg upload
fileEnding = py2.4-win32.egg

[py25_32]
command = set PATH=%PATH%;c:\mingw\bin
c:\Python25_32\python setup.py build_ext --compiler mingw32 bdist_egg upload
fileEnding = py2.5-win32.egg

[py26_32]
command = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
c:\Python26_32\python setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py2.6-win32.egg

[py26_64]
command = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
c:\Python26_64\python setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py2.6-win-amd64.egg


[zope.i18nmessageid]
package = zope.i18nmessageid
minVersion = 3.4.0
maxVersion = 3.4.0
targets = py24_32 py25_32 py26_32 py26_64

7 changes: 6 additions & 1 deletion server-setup.txt
Expand Up @@ -63,4 +63,9 @@ eggs-directory=c:\eggs

- create user on PYPI: zope.wineggbuilder
- grant perm to packages
- what's up with ZODB3??? ask Jim
- what's up with ZODB3??? ask Jim
- setup .pypirc

- setup buildbot
- http://buildbot.net/trac/wiki/RunningBuildbotOnWindows
- grant permissions to user buildbot

0 comments on commit 11decd9

Please sign in to comment.