Branch: refs/heads/release_16.07 Home: https://github.com/galaxyproject/galaxy Commit: a3ac57dbc532320c98e0b4a72772663293ab3b06 https://github.com/galaxyproject/galaxy/commit/a3ac57dbc532320c98e0b4a727726... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2016-11-04 (Fri, 04 Nov 2016) Changed paths: M config/galaxy.ini.sample M lib/galaxy/tools/deps/conda_util.py M lib/galaxy/tools/deps/resolvers/conda.py Log Message: ----------- Remove verbose_install_check option This option was introduced with #2554 and #2538, in reponse to a false positive conda install. This would have been caught by simply checking the exit code, which we are doing by default now. The additional verification is too strigent and not in line with the conda resolver. Activating this option will report perfectly well installed conda environments as having failed and will cause them to be uninstalled. Commit: ae3bdf31dc815dfce305316fe67776bc6802ec1a https://github.com/galaxyproject/galaxy/commit/ae3bdf31dc815dfce305316fe6777... Author: John Chilton <jmchilton@gmail.com> Date: 2016-11-13 (Sun, 13 Nov 2016) Changed paths: M config/galaxy.ini.sample M lib/galaxy/tools/deps/conda_util.py M lib/galaxy/tools/deps/resolvers/conda.py Log Message: ----------- Merge pull request #3127 from mvdbeek/remove_verbose_install_check_16.07 [16.07] Remove verbose_install_check option Compare: https://github.com/galaxyproject/galaxy/compare/b748ad1565a1...ae3bdf31dc81