-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Prevent creation of pid file directory #531
base: master
Are you sure you want to change the base?
Conversation
3cc1c93
to
45939ed
Compare
45939ed
to
ba1f649
Compare
@bastelfreak any feedback on this PR or should we just close and leave the code as it is? |
Dear @TuningYourCode, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Hi @bastelfreak & @ghoneycutt, how should we proceed with this PR? If there are any todos please tell me :) |
Please change to only remove the pid file directory and I'm +1 for merging. |
Restored the logic to manage the log directory :) |
@TuningYourCode there are merge conflicts and they must be resolved before we can review and merge this. |
Dear @TuningYourCode, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs? |
Not sure why these tests fail, they do not check for presents of the removed definition. |
Dear @TuningYourCode, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Pull Request (PR) description
This PR prevents the creation of the hardcoded pid file directory if it is not used.
This Pull Request (PR) fixes the following issues
Fixes #501