• Jim Fulton's avatar
    Removed untested broken code with an optimization to avoid checking · 8807fcc3
    Jim Fulton authored
    for versions if the given requirement had an upper limit and we
    already had the distribution whos version was the upper limit.
    
    Added simpler tested code that checks for the simpler case that teh
    requirement is for a specific version and we already have that
    version.  In general, specifying upper limits other than a single
    version is kind of dumb, so it's not worth optimizing for that case.
    8807fcc3
repeatable.txt 4.7 KB