You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/01/14 14:01:43 UTC

svn commit: r1058991 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Fri Jan 14 13:01:42 2011
New Revision: 1058991

URL: http://svn.apache.org/viewvc?rev=1058991&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Add a note about the svn-openbsd-i386
   bot's dependency on this file.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1058991&r1=1058990&r2=1058991&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Fri Jan 14 13:01:42 2011
@@ -2,6 +2,11 @@
 #
 # WARNING: This may or may not work on your system. This Makefile is
 # an example, rather than a ready-made universal solution.
+#
+# Note to Subversion committers:
+# This Makefile is used by the svn-openbsd-i386 buildbot
+# (http://ci.apache.org/builders/svn-openbsd-i386).
+# Please check the bot's health after making changes to this file.
 
 ENABLE_PYTHON_BINDINGS ?= yes
 ENABLE_RUBY_BINDINGS ?= yes