[Groonga-commit] [Broken] groonga/groonga#2197 (master - 53922f0)

Back to archive index

Travis CI notif****@travi*****
Mon Aug 26 16:56:51 JST 2013


Build Update for groonga/groonga
-------------------------------------

Build: #2197
Status: Broken

Duration: 10 minutes and 55 seconds
Commit: 53922f0 (master)
Author: Kouhei Sutou
Message: doc groonga-httpd: fix wrong context

groonga_log_path and groonga_log_level can be also specified in http
and server contexts. See

    NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1

lines in

    { ngx_string("groonga_log_level"),
      NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
      ngx_http_groonga_conf_set_log_level_slot,
      NGX_HTTP_LOC_CONF_OFFSET,
      0,
      NULL },

    { ngx_string("groonga_cache_limit"),
      NGX_HTTP_MAIN_CONF|NGX_CONF_TAKE1,
      ngx_conf_set_size_slot,
      NGX_HTTP_LOC_CONF_OFFSET,
      offsetof(ngx_http_groonga_loc_conf_t, cache_limit),
      NULL },

Descriptions of them should be also updated.

View the changeset: https://github.com/groonga/groonga/compare/22f16a4e5680...53922f0e1ba9

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/10614498

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration


-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Back to archive index