Branch: refs/heads/release_16.01 Home: https://github.com/galaxyproject/galaxy Commit: 390c1fc275ba7128f22f533b0b512b0bc517e521 https://github.com/galaxyproject/galaxy/commit/390c1fc275ba7128f22f533b0b512... Author: Nate Coraor nate@bx.psu.edu Date: 2016-01-27 (Wed, 27 Jan 2016)
Changed paths: M scripts/common_startup.sh
Log Message: ----------- Always install a specific version of Galaxy pip in common_startup.sh.
Commit: 46471d61e4349bba2d0c702de18f91a5b201bb66 https://github.com/galaxyproject/galaxy/commit/46471d61e4349bba2d0c702de18f9... Author: Nate Coraor nate@bx.psu.edu Date: 2016-01-28 (Thu, 28 Jan 2016)
Changed paths: M scripts/common_startup.sh
Log Message: ----------- pip < 1.6 cannot parse requirement specifiers to the `install` command that contain a `+` in the version. For these older versions, directly install the wheel or install from the sdist. Technically 1.4 and later can install wheels, but in testing, only 1.5+ was able to install them properly with their scripts.
The new heredoc execute and redirect syntax is Bourne-compatible.
pip --pre is no longer necessary since the Galaxy pip version is no longer a development version of pip.
Commit: 60062b020dc2b753e5b8f034272e0b982b8c2f6f https://github.com/galaxyproject/galaxy/commit/60062b020dc2b753e5b8f034272e0... Author: Nate Coraor nate@bx.psu.edu Date: 2016-01-28 (Thu, 28 Jan 2016)
Changed paths: M scripts/common_startup.sh
Log Message: ----------- pip 1.6 -> 6.0, thanks @nsoranzo
Commit: 685fd1560e98e6d885d6cf627b691d2228807974 https://github.com/galaxyproject/galaxy/commit/685fd1560e98e6d885d6cf627b691... Author: Nicola Soranzo nsoranzo@tiscali.it Date: 2016-01-28 (Thu, 28 Jan 2016)
Changed paths: M scripts/common_startup.sh
Log Message: ----------- Merge pull request #1595 from natefoo/fix-pip-wheel-version
[16.01] Always install a specific version of Galaxy pip in common_startup.sh.
Compare: https://github.com/galaxyproject/galaxy/compare/27685377f629...685fd1560e98
galaxy-commits@lists.galaxyproject.org