Branch: refs/heads/release_19.01 Home: https://github.com/galaxyproject/galaxy Commit: e8f5a13f3b4d0f57819db18bb6cde086b92eb6c8 https://github.com/galaxyproject/galaxy/commit/e8f5a13f3b4d0f57819db18bb6cde... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-03-01 (Fri, 01 Mar 2019) Changed paths: M lib/galaxy/jobs/runners/util/cli/shell/local.py Log Message: ----------- Fix LocalShellRunner All the `cmd` coming from the plugins are strings, so if cmd is a string we use `shell=True`, brings this on par with the Remote Shell plugins (which consume strings). Should fix https://github.com/galaxyproject/galaxy/issues/7269. Commit: a12d9e367cae5eb19eec905385d6cb9e5ad0826c https://github.com/galaxyproject/galaxy/commit/a12d9e367cae5eb19eec905385d6c... Author: John Chilton <jmchilton@gmail.com> Date: 2019-03-01 (Fri, 01 Mar 2019) Changed paths: M lib/galaxy/jobs/runners/util/cli/shell/local.py Log Message: ----------- Merge pull request #7438 from mvdbeek/fix_shell_runner [18.09] Fix LocalShellRunner Commit: 739bb6310cddceb36d875e4a7f7a145aa00ba85a https://github.com/galaxyproject/galaxy/commit/739bb6310cddceb36d875e4a7f7a1... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2019-03-01 (Fri, 01 Mar 2019) Changed paths: M lib/galaxy/jobs/runners/util/cli/shell/local.py Log Message: ----------- Merge branch 'release_18.09' into release_19.01 Compare: https://github.com/galaxyproject/galaxy/compare/c40689dbd5fe...739bb6310cdd