[Python-checkins] r42980 - in python/trunk: PCbuild/pybuild.bat PCbuild/pyclean.bat PCbuild/pytest.bat Tools/buildbot Tools/buildbot/build.bat Tools/buildbot/clean.bat Tools/buildbot/test.bat

martin.v.loewis python-checkins at python.org
Sun Mar 12 10:50:44 CET 2006


Author: martin.v.loewis
Date: Sun Mar 12 10:50:39 2006
New Revision: 42980

Added:
   python/trunk/Tools/buildbot/
   python/trunk/Tools/buildbot/build.bat
      - copied unchanged from r42979, python/trunk/PCbuild/pybuild.bat
   python/trunk/Tools/buildbot/clean.bat
      - copied unchanged from r42979, python/trunk/PCbuild/pyclean.bat
   python/trunk/Tools/buildbot/test.bat
      - copied unchanged from r42979, python/trunk/PCbuild/pytest.bat
Removed:
   python/trunk/PCbuild/pybuild.bat
   python/trunk/PCbuild/pyclean.bat
   python/trunk/PCbuild/pytest.bat
Log:
Move buildbot scripts to Tools/buildbot.


Deleted: /python/trunk/PCbuild/pybuild.bat
==============================================================================
--- /python/trunk/PCbuild/pybuild.bat	Sun Mar 12 10:50:39 2006
+++ (empty file)
@@ -1,3 +0,0 @@
- at rem Used by the buildbot "compile" step.
-call "%VS71COMNTOOLS%vsvars32.bat"
-devenv.com /build Debug PCbuild\pcbuild.sln

Deleted: /python/trunk/PCbuild/pyclean.bat
==============================================================================
--- /python/trunk/PCbuild/pyclean.bat	Sun Mar 12 10:50:39 2006
+++ (empty file)
@@ -1,3 +0,0 @@
- at rem Used by the buildbot "clean" step.
-call "%VS71COMNTOOLS%vsvars32.bat"
-devenv.com /clean Debug PCbuild\pcbuild.sln

Deleted: /python/trunk/PCbuild/pytest.bat
==============================================================================
--- /python/trunk/PCbuild/pytest.bat	Sun Mar 12 10:50:39 2006
+++ (empty file)
@@ -1,3 +0,0 @@
- at rem Used by the buildbot "test" step.
-cd PCbuild
-call rt.bat -d -uall -rw


More information about the Python-checkins mailing list