-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build] update install package paths, centralize config #7308
Conversation
…vice before removing
I created a build on Xubuntu 16.04, but I'm still having write permissions issues once it's installed:
|
It seems the permissions are correct, they just aren't correct on first run. For example, this works:
And now the bable cache is correctly written
|
Ignore all the stuff I posted early. The install did fail for me, but I'm pretty sure it's not actually related to this PR, and it worked the second time I used |
--------- **Commit 1:** [build] Commit install/remove scripts instead of generating, stop service before removing * Original sha: 08c9897 * Authored by Jonathan Budzenski <[email protected]> on 2016-03-28T02:06:16Z **Commit 2:** [build] template user in install/remove scripts * Original sha: 5387167 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-02T15:57:16Z **Commit 3:** [build] Run as group kibana * Original sha: d9a84b2 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-02T16:27:58Z **Commit 4:** [build] Recursive chown optimize folder * Original sha: 07618c3 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-03T15:12:04Z **Commit 5:** [build] Try service kibana stop before init script * Original sha: 83c5802 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-03T15:20:16Z **Commit 6:** [build] Attempt to stop service pre-install * Original sha: 6c6e4d3 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-09T19:40:05Z **Commit 7:** [build] Fail on errors * Original sha: f9033a1 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-10T15:47:07Z **Commit 8:** [build] Cleanup postrm * Original sha: bab73b8 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-10T18:16:51Z **Commit 9:** [build] Add comment in postrm explaining empty cases * Original sha: 4336f2b * Authored by Jonathan Budzenski <[email protected]> on 2016-05-13T15:03:22Z **Commit 10:** [build] move install to /usr/share, config to /etc/kibana * Original sha: 6d293af * Authored by Jonathan Budzenski <[email protected]> on 2016-05-25T14:12:08Z **Commit 11:** [build] consolidate package config * Original sha: 8f0be48 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-25T19:21:36Z **Commit 12:** [build] Cleanup packages task * Original sha: db5ac1e * Authored by Jonathan Budzenski <[email protected]> on 2016-05-25T20:15:09Z **Commit 13:** [build] Style cleanup * Original sha: 6189c19 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-25T20:19:16Z **Commit 14:** [build] template chown optimize dir * Original sha: 9213e61 * Authored by Jonathan Budzenski <[email protected]> on 2016-05-25T21:27:20Z **Commit 15:** [build] Add name and description to init scripts * Original sha: e1cb593 * Authored by Jonathan Budzenski <[email protected]> on 2016-06-07T19:48:57Z
Depends on #6674, and #7276
Closes #7373
Part 1 and 2 of #7275