Skip to content
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

Move log dir creation location #17886

Merged
merged 1 commit into from Aug 21, 2018
Merged

Conversation

kbrock
Copy link
Member

@kbrock kbrock commented Aug 21, 2018

in ab4fa87 we removed the creation of the log directory
In production / appliances, we don't want an actual
log directory.

Unfortunatly the current solution caused issues for
plugins

Instead, the log creation was moved to the environment setup.
So all plugins travis builds will get the benefit

changes #17663

ASIDE: I do wish this was parallel to the ensure_config_files method. But this method is part of bin/setup, bin/update, and the travis build processes (both master, ui, and plugins) - so this should fix it. And it isn't too out of place. (thanks @himdel for the pointer)

in ab4fa87 we removed the creation of the log directory
In production / appliances, we don't want an actual
log directory.

Unfortunatly the current solution caused issues for
plugins

Instead, the log creation was moved to the environment setup.
So all plugins travis builds will get the benefit

ManageIQ#17663
@miq-bot
Copy link
Member

miq-bot commented Aug 21, 2018

Checked commit kbrock@432531f with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
1 file checked, 0 offenses detected
Everything looks fine. 🍪

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

Successfully merging this pull request may close these issues.

None yet

4 participants