[galaxyproject/galaxy] c21e07: Do not default to DEV_WHEELS=1 if no Git is found
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: c21e07e1a05830ad5ee8e05c0f87dbee8e9e4559 https://github.com/galaxyproject/galaxy/commit/c21e07e1a05830ad5ee8e05c0f87d... Author: Sergey Golitsynskiy <sgolitsynskiy@gmail.com> Date: 2019-02-15 (Fri, 15 Feb 2019) Changed paths: M scripts/common_startup.sh Log Message: ----------- Do not default to DEV_WHEELS=1 if no Git is found If there is no Git repo in a Galaxy install, DEV_WHEELS will not be turned on by default. If they are needed, use the --dev-wheels flag. (Current behavior: common_startup.sh will turn on the DEV_WHEELS option if no git repo is found, making the assumption that it is dealing with a dev install. Thus, dev dependencies are installed whenever there's no Git repo, including the use case when Galaxy was downloaded as a tarball - when they may or may not be desired. There is no option to override this behavior without editing the script.) Commit: dbf11ad139500d0acb785b376776a11e0b122967 https://github.com/galaxyproject/galaxy/commit/dbf11ad139500d0acb785b376776a... Author: John Chilton <jmchilton@gmail.com> Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M scripts/common_startup.sh Log Message: ----------- Merge pull request #7371 from ic4f/dev Do not default to DEV_WHEELS=1 if no Git is found Compare: https://github.com/galaxyproject/galaxy/compare/61d12b739f2e...dbf11ad13950
participants (1)
-
John Chilton