Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big new year cleanup #11194

Closed
wants to merge 1 commit into from
Closed

Big new year cleanup #11194

wants to merge 1 commit into from

Commits on Jan 8, 2018

  1. Big new year cleanup

    This is probably not to be merged as is, but may be useful to open some discussions, and make some benches and tests.
    
    What this patch does is remove any package that
    - has a version in the form 'MAJOR.MINOR.PATCH'
    - is the non-latest patch revision of the non-latest minor revision
    
    In other words, we keep only the latest patch revision of all versions but the current one.
    
    For example, if you have 1.1.0, 1.2.1, 1.2.2, 1.3.0 and 1.3.1, only 1.2.1 will be removed.
    AltGr committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    daca426 View commit details
    Browse the repository at this point in the history