Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Fixes for user-locally-built rpms of td-agent #44

Merged
merged 1 commit into from
Dec 13, 2013

Conversation

tagomoris
Copy link
Contributor

Fixes for rpm specs and Makefiles to be able to accept user-defined customized configuration files and plugin lists.

  • customized config file (td-agent.conf) acceptable as redhat/td-agent.conf.custom
    • "td-agent.conf" (renamed as td-agent.conf.tmpl later) already used
    • current "td-agent.conf" should be located in share directory, but such that change breaks compatibility of Makefile
  • customized pre-installed plugin list as lines of %configure
    • and its receiver new Makefile task
  • pre-downloaded gemfile directory (plugin_gems)
    • rubygems.org mirrors returns 503 for many-frequently-requests
    • 1 or 2 additional gems from current default list makes many of 503 errors

 * customized config file (td-agent.conf) acceptable as redhat/td-agent.conf.custom
   * "td-agent.conf" (renamed as td-agent.conf.tmpl later) already used
   * current "td-agent.conf" should be located in share directory, but such that change breaks compatibility of Makefile
 * customized pre-installed plugin list as lines of %configure
   * and its receiver new Makefile task
 * pre-downloaded gemfile directory (plugin_gems)
   * rubygems.org mirrors returns 503 for many-frequently-requests
   * 1 or 2 additional gems from current default list makes many of 503 errors
@repeatedly
Copy link
Contributor

👍

kzk added a commit that referenced this pull request Dec 13, 2013
Fixes for user-locally-built rpms of td-agent
@kzk kzk merged commit 21d88d3 into treasure-data:master Dec 13, 2013
@tagomoris tagomoris deleted the customized_conf_and_plugins branch December 13, 2013 02:33
@tagomoris
Copy link
Contributor Author

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants