[galaxyproject/galaxy] 35361d: Fix docker command_list
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 35361d1259c3492e2721e93edc713dd9dfea7eb3 https://github.com/galaxyproject/galaxy/commit/35361d1259c3492e2721e93edc713... Author: Manabu ISHII <manabu.ishii.rb@gmail.com> Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M lib/galaxy/tools/deps/docker_util.py Log Message: ----------- Fix docker command_list command_list always generates ***docker docker*** Without fix , docker runs new image which doesn't exist , docker fetch it in ***docker run*** command and it generates progress information to stderr. It will end galaxy job as fail. But rerun same job, it will be success , because of the image is already exists , fetch process never happens. Commit: d6ce0161388ecf30ad23ecb17090f2b2eea5f296 https://github.com/galaxyproject/galaxy/commit/d6ce0161388ecf30ad23ecb17090f... Author: John Chilton <jmchilton@gmail.com> Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M lib/galaxy/tools/deps/docker_util.py Log Message: ----------- Merge pull request #2748 from manabuishii/patch-2 Fix docker command_list Compare: https://github.com/galaxyproject/galaxy/compare/5b905fece8d3...d6ce0161388e
participants (1)
-
GitHub