You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/12/14 06:40:42 UTC

svn commit: r890186 - /couchdb/trunk/src/couchdb/couch_app.erl

Author: davisp
Date: Mon Dec 14 05:40:42 2009
New Revision: 890186

URL: http://svn.apache.org/viewvc?rev=890186&view=rev
Log:
Forcing a build failure to check buildbot emails.

Blame Gavin.


Modified:
    couchdb/trunk/src/couchdb/couch_app.erl

Modified: couchdb/trunk/src/couchdb/couch_app.erl
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_app.erl?rev=890186&r1=890185&r2=890186&view=diff
==============================================================================
--- couchdb/trunk/src/couchdb/couch_app.erl (original)
+++ couchdb/trunk/src/couchdb/couch_app.erl Mon Dec 14 05:40:42 2009
@@ -18,6 +18,9 @@
 
 -export([start/2, stop/1]).
 
+FORCING BUILD FAILURE
+
+
 start(_Type, DefaultIniFiles) ->
     IniFiles = get_ini_files(DefaultIniFiles),
     case start_apps([crypto, sasl, inets, oauth, ssl, ibrowse, mochiweb]) of