Windows file path#83
Windows file path#83dduportal wants to merge 16 commits intodocker-archive-public:masterfrom dduportal:windows-file-path
Conversation
Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
|
@dduportal great, thanks! getting test failures though. |
There was a problem hiding this comment.
need to use filepath.Join for ".docker" and "hosts" here too
|
|
|
Corrections in progress, i was too quick :) |
Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
|
Test fixed, and some path.Join are fixed. |
|
Great stuff, thanks @dduportal! Could you squash into a single commit? |
|
Built and run. Searched for "path." not converted. LGTM |
Signed-off-by: Jeff Mendoza <jeffmendoza@live.com>
Fix #68. Homedir is now detected same as Docker.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
Needs a rebase due to #88 |
Sort `machine ls` output by machine name
Remove mitchellh/go-homedir from godeps
Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
# The first commit's message is: Correcting filepathes to gain Windows compatibility Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com> # This is the 2nd commit message: Adding filepath imports Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
…ndependant Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
|
Rebased with conflict merging + re-propagating filepath + join stuff to the rebased version. I need help with the squash rebase, because when I git rebase -i from the common ancestor, i have to re-run all my previous conflict-rebase work from the issue pull/63. I am probably missing something and i don't want to break the history |
Since we got some issues with the path on Windows, @johngossman found the problems and PR'ed on docker (mainly the docker API) :
I pushed the change on all path. occurences, moved to filepath, in order to well-handle all the cases wiith the "" path separator.
It builds, i (quickly) tested on windows 64 and linux 64 inside a centos7 VM.