[Zope-CVS] CVS: Packages/TestScripts - linux_config.xml:1.3 windows_config.xml:1.3

Chris Withers chrisw@nipltd.com
Thu, 2 Jan 2003 09:39:07 -0500


Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv25422/TestScripts

Modified Files:
	linux_config.xml windows_config.xml 
Log Message:
Move to new way of building Zope 3

=== Packages/TestScripts/linux_config.xml 1.2 => 1.3 ===
--- Packages/TestScripts/linux_config.xml:1.2	Wed Nov 13 09:30:45 2002
+++ Packages/TestScripts/linux_config.xml	Thu Jan  2 09:39:04 2003
@@ -105,8 +105,8 @@
     <email>zope3-dev@zope.org</email>
     <build>
      <location>Zope3</location>
-     <command>stupid_build.py</command>
-     <options></options>
+     <command>setup.py</command>
+     <options>build_ext -i</options>
     </build>
     <test>
      <location>Zope3</location>


=== Packages/TestScripts/windows_config.xml 1.2 => 1.3 ===
--- Packages/TestScripts/windows_config.xml:1.2	Tue Nov 19 07:25:37 2002
+++ Packages/TestScripts/windows_config.xml	Thu Jan  2 09:39:04 2003
@@ -105,8 +105,8 @@
     <email>zope3-dev@zope.org</email>
     <build>
      <location>Zope3</location>
-     <command>stupid_build.py</command>
-     <options></options>
+     <command>setup.py</command>
+     <options>build_ext -i</options>
     </build>
     <test>
      <location>Zope3</location>