Changes between Version 1 and Version 2 of Ticket #2428


Ignore:
Timestamp:
05/25/12 11:56:29 (2 years ago)
Author:
seanh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2428 – Description

    v1 v2  
    55- Try to update as many of the remaining ones as possible 
    66 
    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 
    98 
    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 
    1210 
    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 
    1612 
    17 - Consider shipping dependencies with ckan instead of pip installing 
    18   them? 
     13- Consider shipping dependencies with ckan instead of pip installing them? 
    1914 
    2015- This is related to moving CKAN to Ubuntu 12.04 
    2116 
    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?