commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/054d8af08f09/ Changeset: 054d8af08f09 Branch: next-stable User: jmchilton Date: 2014-10-06 01:36:27+00:00 Summary: Backport Kyle's fix to docker's host argument from default. See https://bitbucket.org/galaxy/galaxy-central/pull-request/515/fixing-how-dock.... Affected #: 1 file diff -r 12497a97f7d22d08c6fdafe0c544b4f7a906da98 -r 054d8af08f098c76b9b64eb5d60835956abc8ae1 lib/galaxy/tools/deps/docker_util.py --- a/lib/galaxy/tools/deps/docker_util.py +++ b/lib/galaxy/tools/deps/docker_util.py @@ -116,5 +116,5 @@ command_parts.append(sudo_cmd) command_parts.append(docker_cmd) if host: - command_parts.append(["-H", host]) + command_parts.extend(["-H", host]) return command_parts https://bitbucket.org/galaxy/galaxy-central/commits/37cf5505992b/ Changeset: 37cf5505992b User: jmchilton Date: 2014-10-06 01:36:43+00:00 Summary: Merge next-stable. Affected #: 1 file Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org