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

Fix ensure plugins dir exists (close #1649) #1650

Merged
merged 1 commit into from
Jul 11, 2016
Merged

Conversation

errordeveloper
Copy link
Contributor

No description provided.

@@ -181,6 +187,7 @@ EOF
if ! check_docker_for_mac || check_probe_only ; then
check_not_running $SCOPE_CONTAINER_NAME $SCOPE_IMAGE_NAME
docker rm -f $SCOPE_CONTAINER_NAME >/dev/null 2>&1 || true
create_plugins_dir

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

@errordeveloper
Copy link
Contributor Author

I think it'd great to make a patch release. @lukemarsden and I would like to publish a guide using socks shop and Scope on Docker for Mac.

@tomwilkie
Copy link
Contributor

Why is this needed for a patch release? Is it fixing some important
blocking issue?

On Wednesday, 6 July 2016, Ilya Dmitrichenko notifications@github.com
wrote:

I think it'd great to make a patch release. @lukemarsden
https://github.com/lukemarsden and I would like to publish a guide
using socks shop and Scope on Docker for Mac.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1650 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAbGhQIUs-3QohUyVf15DWcE_SAhrKw-ks5qS-5ZgaJpZM4JGWIL
.

@tomwilkie
Copy link
Contributor

Oh I see #1649. Sorry.

On Wednesday, 6 July 2016, Tom Wilkie tom@weave.works wrote:

Why is this needed for a patch release? Is it fixing some important
blocking issue?

On Wednesday, 6 July 2016, Ilya Dmitrichenko notifications@github.com
wrote:

I think it'd great to make a patch release. @lukemarsden
https://github.com/lukemarsden and I would like to publish a guide
using socks shop and Scope on Docker for Mac.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1650 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAbGhQIUs-3QohUyVf15DWcE_SAhrKw-ks5qS-5ZgaJpZM4JGWIL
.

@2opremio
Copy link
Contributor

2opremio commented Jul 7, 2016

I think it'd great to make a patch release. @lukemarsden and I would like to publish a guide using socks shop and Scope on Docker for Mac.

I think we are pretty close to finish the 0.17 milestone

@2opremio
Copy link
Contributor

2opremio commented Jul 8, 2016

@errordeveloper I would only explicitly create the directory in the Docker4Mac case and add a comment about why (e.g. incompatible with standard docker in which the directory is created if it doesn't exist)

@errordeveloper
Copy link
Contributor Author

I would only explicitly create the directory in the Docker4Mac case

Perhaps, now that we learned about the behaviour being undepricated...

incompatible with standard docker in which the directory is created if it doesn't exist

That's actually not the case, if you take a look at #1649, the reason is a bit different.

@2opremio
Copy link
Contributor

That's actually not the case, if you take a look at #1649, the reason is a bit different.

Sure, I was just providing a possible comment. My point was explaining the cause and only applying the fix for Docker4mac.

@errordeveloper
Copy link
Contributor Author

@2opremio I've addressed your concerns and rebased.

@2opremio
Copy link
Contributor

Thanks @errordeveloper !

LGTM

@errordeveloper errordeveloper merged commit d499d2b into master Jul 11, 2016
@errordeveloper errordeveloper deleted the fix-1649 branch July 11, 2016 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants