Skip to content

Commit

Permalink
issue influxdata#1043 wrong file mode on kapacitor logrotate configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
Marcel Weinberg authored and Marcel Weinberg committed Nov 21, 2016
1 parent 925bc2a commit f21a71b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ stream

- [#1045](https://github.com/influxdata/kapacitor/issues/1045): Fix panic during replays.

- [#1043](https://github.com/influxdata/kapacitor/issues/1043): logrotate.d ignores kapacitor configuration due to bad file mode


## v1.1.0 [2016-10-07]
Expand Down
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def package_scripts(build_root, config_only=False):
shutil.copy(LOGROTATE_CONFIG, os.path.join(build_root, LOGROTATE_CONFIG))
shutil.copy(BASH_COMPLETION_SH, os.path.join(build_root, BASH_COMPLETION_SH))
shutil.copy(DEFAULT_CONFIG, os.path.join(build_root, DEFAULT_CONFIG))
os.chmod(os.path.join(build_root, LOGROTATE_CONFIG), 0o644)

def run_generate():
"""Run 'go generate' to rebuild any static assets.
Expand Down

0 comments on commit f21a71b

Please sign in to comment.