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

Fixes #15555: Missing directories in relay install target #2420

Conversation

amousset
Copy link
Member

@amousset amousset requested a review from Fdall August 22, 2019 12:15
@@ -92,6 +92,7 @@ install: build
mkdir -p $(DESTDIR)/opt/rudder/etc/relayd/
mkdir -p $(DESTDIR)/opt/rudder/etc/ssl/
mkdir -p $(DESTDIR)/opt/rudder/etc/rudder-pkg/
mkdir -p $(DESTDIR)/opt/rudder/etc/etc/bash_completion.d/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why here? it is then deployed to /etc/bash_completion so should not it be:
mkdir -p $(DESTDIR)/etc/etc/bash_completion.d/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed!

@amousset
Copy link
Member Author

PR updated with a new commit

@Normation-Quality-Assistant
Copy link
Contributor

This PR is not mergeable to upper versions.
Since it is "Ready for merge" you must merge it by yourself using the following command:
rudder-dev merge https://github.com/Normation/rudder/pull/2420
-- Your faithful QA
Kant merge: "Happiness is not an ideal of reason, but of imagination."
(https://ci.normation.com/jenkins/job/merge-accepted-pr/14025/console)

@peckpeck
Copy link
Member

oops sorry

@amousset
Copy link
Member Author

OK, squash merging this PR

@amousset amousset force-pushed the bug_15555/missing_directories_in_relay_install_target branch from 9830d39 to 4071899 Compare August 22, 2019 12:27
@amousset amousset merged commit 4071899 into Normation:master Aug 22, 2019
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.

4 participants