[Checkins] SVN: zopetoolkit/doc/source/process/winbotsetup.rst fixing stuff

Adam Groszer agroszer at gmail.com
Sun Aug 1 14:35:51 EDT 2010


Log message for revision 115346:
  fixing stuff

Changed:
  U   zopetoolkit/doc/source/process/winbotsetup.rst

-=-
Modified: zopetoolkit/doc/source/process/winbotsetup.rst
===================================================================
--- zopetoolkit/doc/source/process/winbotsetup.rst	2010-08-01 17:19:51 UTC (rev 115345)
+++ zopetoolkit/doc/source/process/winbotsetup.rst	2010-08-01 18:35:51 UTC (rev 115346)
@@ -30,11 +30,11 @@
     * we should have only security updates, no fancy IE8 etc
     * better dont touch HW (this is VM)
     * restart, repeat windows update
-    * kill off all c:\windows\$NtUninstall*, $hf_mig too
+    * kill off all c:\\windows\\$NtUninstall*, $hf_mig too
 
   * automatic windows update is OFF! (I hate when it f..s up the system)
 
-  * download: (all downloaded stuff goes into c:\install)
+  * download: (all downloaded stuff goes into c:\\install)
 
     * firefox
     * freecommander (my personally preferred stuff)
@@ -51,28 +51,28 @@
 pythons + pywin32 + setuptools
 ------------------------------
 
-  * c:\python24_32 NOT default
-  * c:\python25_32 NOT default
+  * c:\\python24_32 NOT default
+  * c:\\python25_32 NOT default
 
     * the trick is to install python25_sys+pywin32+setuptools first
-      then copy c:\python25_sys to python25_32
+      then copy c:\\python25_sys to python25_32
 
-  * c:\python26_32 NOT default
-  * c:\python26_64 NOT default
+  * c:\\python26_32 NOT default
+  * c:\\python26_64 NOT default
 
     * setuptools trick:
       get the source tgz, patch it with
       http://bugs.python.org/setuptools/issue2
 
-  * c:\python27_32 NOT default
-  * c:\python27_64 NOT default
+  * c:\\python27_32 NOT default
+  * c:\\python27_64 NOT default
 
     * setuptools trick: install setuptools from the patched source
       with setup.py install
 
-  * c:\python25_sys (default, 32bit, add to path)
-  * install mingw32 to C:\MinGW
-  * collabnet svn client to C:\svn
+  * c:\\python25_sys (default, 32bit, add to path)
+  * install mingw32 to C:\\MinGW
+  * collabnet svn client to C:\\svn
   * MSVC
 
     * check that build_ext works only with --compiler:
@@ -85,11 +85,11 @@
   * create the ``buildbot`` user
   * create own user/other devs
 
-    * setup .buildout (c:\Documents and Settings\<username>\.buildout\default.cfg) ::
-      (everyone, please SHARE c:\eggs, the disk is small)
+    * setup .buildout (c:\\Documents and Settings\\<username>\\.buildout\\default.cfg) ::
+      (everyone, please SHARE c:\\eggs, the disk is small)
 
     [buildout]
-    eggs-directory=c:\eggs
+    eggs-directory=c:\\eggs
 
   * create user on PYPI: zope.wineggbuilder
 
@@ -116,54 +116,55 @@
 This package will build missing binary eggs for specified platforms and package
 versions.
 
-A overview how it works::
+A overview how it works:
 
-  * It gets all the released versions from pypi with an xmlrpc query
-    (with the method package_releases).
+* It gets all the released versions from pypi with an xmlrpc query
+  (with the method package_releases).
 
-  * Optionally filters the versions (See the specs for
-    version/platform constraints)
+* Optionally filters the versions (See the specs for
+  version/platform constraints)
 
-  * Checks if there are binary eggs present for the various versions/platforms.
+* Checks if there are binary eggs present for the various versions/platforms.
 
-  * If one is missing, builds it and uploads to pypi (setup.py bdist_egg),
-    taking the source from the svn tag.
+* If one is missing, builds it and uploads to pypi (setup.py bdist_egg),
+  taking the source from the svn tag.
 
-If you need a package to be processed contact::
+If you need a package to be processed contact:
 
-  * Adam Groszer (agroszer-at-gmail-dot-com or)
+* Adam Groszer (agroszer-at-gmail-dot-com) or
 
-  * Hanno Schlichting (hannosch-at-hannosch-dot-eu)
+* Hanno Schlichting (hannosch-at-hannosch-dot-eu)
 
 
 Buildbot for tests
 ------------------
 
-  * Create a file called 'distutils.cfg' in "C:\Python24_32\Lib\distutils".
+Create a file called 'distutils.cfg' in
+"C:\\Python24_32\\Lib\\distutils",  "C:\\Python25_32\\Lib\\distutils" ::
 
-    [build]
-    compiler=mingw32
+  [build]
+  compiler=mingw32
 
-  * Create a file called 'distutils.cfg' in "C:\Python25_32\Lib\distutils".
 
-    [build]
-    compiler=mingw32
+Create a file called 'setupcompilerandexecute.bat' in
+"C:\\Python24_32", "C:\\Python25_32" ::
 
-  * Create a file called 'setupcompilerandexecute.bat' in "C:\Python24_32".
+  set PATH=%PATH%;c:\\mingw\\bin
+  %*
 
-    set PATH=%PATH%;c:\mingw\bin
-    %*
 
-  * Create a file called 'setupcompilerandexecute.bat' in "C:\Python25_32".
+Create a file called 'setupcompilerandexecute.bat' in
+"C:\\Python26_32", "C:\\Python27_32" ::
 
-    set PATH=%PATH%;c:\mingw\bin
-    %*
+  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"
+  %*
 
-  * Create a file called 'setupcompilerandexecute.bat' in "C:\Python26_32",
-  "C:\Python26_64", "C:\Python27_32", "C:\Python27_64".
+Create a file called 'setupcompilerandexecute.bat' in
+"C:\\Python26_64", "C:\\Python27_64" ::
 
-    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"
-    %*
+  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"
+  %*
 
-  * for the rest see master.cfg
\ No newline at end of file
+for the rest see master.cfg
\ No newline at end of file



More information about the checkins mailing list