Changes between Version 1 and Version 2 of Ticket #2428
- Timestamp:
- 05/25/12 11:56:29 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2428 – Description
v1 v2 5 5 - Try to update as many of the remaining ones as possible 6 6 7 - Try to get rid of some dependencies that are fetched from random 8 hg or git servers instead of pypi 7 - Try to get rid of some dependencies that are fetched from random hg or git servers instead of pypi 9 8 10 - Then try to get the order of deps in the requirements files right 11 so that you end up with the right versions of everything 9 - Then try to get the order of deps in the requirements files right so that you end up with the right versions of everything 12 10 13 - Each module in the dependencies file should specify the exact 14 version, to protect us from changes due to them upgrading versions 15 under us and breaking things or changing their own deps 11 - Each module in the dependencies file should specify the exact version, to protect us from changes due to them upgrading versions under us and breaking things or changing their own deps 16 12 17 - Consider shipping dependencies with ckan instead of pip installing 18 them? 13 - Consider shipping dependencies with ckan instead of pip installing them? 19 14 20 15 - This is related to moving CKAN to Ubuntu 12.04 21 16 22 - Add a test case that runs pip freeze and tests that all the right 23 versions of deps are installed? 17 - Add a test case that runs pip freeze and tests that all the right versions of deps are installed?