[Checkins] SVN: Sandbox/adamg/zope.wineggbuilder/trunk/ dogfood for BB testing

Adam Groszer agroszer at gmail.com
Wed Jun 16 11:19:22 EDT 2010


Log message for revision 113559:
  dogfood for BB testing

Changed:
  A   Sandbox/adamg/zope.wineggbuilder/trunk/rackspacetest.ini
  U   Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt

-=-
Added: Sandbox/adamg/zope.wineggbuilder/trunk/rackspacetest.ini
===================================================================
--- Sandbox/adamg/zope.wineggbuilder/trunk/rackspacetest.ini	                        (rev 0)
+++ Sandbox/adamg/zope.wineggbuilder/trunk/rackspacetest.ini	2010-06-16 15:19:21 UTC (rev 113559)
@@ -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
+

Modified: Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt
===================================================================
--- Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt	2010-06-16 14:52:48 UTC (rev 113558)
+++ Sandbox/adamg/zope.wineggbuilder/trunk/server-setup.txt	2010-06-16 15:19:21 UTC (rev 113559)
@@ -63,4 +63,9 @@
 
   - create user on PYPI: zope.wineggbuilder
     - grant perm to packages
-    - what's up with ZODB3??? ask Jim
\ No newline at end of file
+    - what's up with ZODB3??? ask Jim
+    - setup .pypirc
+
+  - setup buildbot
+    - http://buildbot.net/trac/wiki/RunningBuildbotOnWindows
+    - grant permissions to user buildbot
\ No newline at end of file



More information about the checkins mailing list