[Python-checkins] r66725 - in python/branches/empty: Makefile README Tools Tools/buildbot Tools/buildbot/build-amd64.bat Tools/buildbot/build.bat Tools/buildbot/clean-amd64.bat Tools/buildbot/clean.bat Tools/buildbot/test-amd64.bat Tools/buildbot/test.bat configure

martin.v.loewis python-checkins at python.org
Thu Oct 2 14:15:43 CEST 2008


Author: martin.v.loewis
Date: Thu Oct  2 14:15:43 2008
New Revision: 66725

Log:
Create a nearly-empty Python project for cleaning up
build slaves.


Added:
   python/branches/empty/
   python/branches/empty/Makefile
   python/branches/empty/README
   python/branches/empty/Tools/
   python/branches/empty/Tools/buildbot/
   python/branches/empty/Tools/buildbot/build-amd64.bat
   python/branches/empty/Tools/buildbot/build.bat
   python/branches/empty/Tools/buildbot/clean-amd64.bat
   python/branches/empty/Tools/buildbot/clean.bat
   python/branches/empty/Tools/buildbot/test-amd64.bat
   python/branches/empty/Tools/buildbot/test.bat
   python/branches/empty/configure   (contents, props changed)

Added: python/branches/empty/Makefile
==============================================================================
--- (empty file)
+++ python/branches/empty/Makefile	Thu Oct  2 14:15:43 2008
@@ -0,0 +1,2 @@
+buildbottest distclean:
+

Added: python/branches/empty/README
==============================================================================
--- (empty file)
+++ python/branches/empty/README	Thu Oct  2 14:15:43 2008
@@ -0,0 +1,2 @@
+This is an empty directory which can be used
+to mostly-clean the local checkouts on the build slaves.

Added: python/branches/empty/Tools/buildbot/build-amd64.bat
==============================================================================
--- (empty file)
+++ python/branches/empty/Tools/buildbot/build-amd64.bat	Thu Oct  2 14:15:43 2008
@@ -0,0 +1 @@
+ at echo Done

Added: python/branches/empty/Tools/buildbot/build.bat
==============================================================================
--- (empty file)
+++ python/branches/empty/Tools/buildbot/build.bat	Thu Oct  2 14:15:43 2008
@@ -0,0 +1 @@
+ at echo Done

Added: python/branches/empty/Tools/buildbot/clean-amd64.bat
==============================================================================
--- (empty file)
+++ python/branches/empty/Tools/buildbot/clean-amd64.bat	Thu Oct  2 14:15:43 2008
@@ -0,0 +1 @@
+ at echo Done

Added: python/branches/empty/Tools/buildbot/clean.bat
==============================================================================
--- (empty file)
+++ python/branches/empty/Tools/buildbot/clean.bat	Thu Oct  2 14:15:43 2008
@@ -0,0 +1 @@
+ at echo Done

Added: python/branches/empty/Tools/buildbot/test-amd64.bat
==============================================================================
--- (empty file)
+++ python/branches/empty/Tools/buildbot/test-amd64.bat	Thu Oct  2 14:15:43 2008
@@ -0,0 +1 @@
+ at echo Done

Added: python/branches/empty/Tools/buildbot/test.bat
==============================================================================
--- (empty file)
+++ python/branches/empty/Tools/buildbot/test.bat	Thu Oct  2 14:15:43 2008
@@ -0,0 +1 @@
+ at echo Done

Added: python/branches/empty/configure
==============================================================================
--- (empty file)
+++ python/branches/empty/configure	Thu Oct  2 14:15:43 2008
@@ -0,0 +1,2 @@
+#!/bin/sh
+exit 0


More information about the Python-checkins mailing list