evalEmpire / gitpan

Git repositories for all of CPAN
http://github.com/gitpan
73 stars 12 forks source link

Infrastructure to skip distributions and releases #67

Closed schwern closed 10 years ago

schwern commented 10 years ago

Add infrastructure to skip certain distributions and releases. The information will be in the configuration file like so.

skip:
    dists:
        - perl
        - parrot
        - parrot-cfg
    releases:
        - SOMEONE/Some-Broken-Release-0.45.tar.gz

See #37 for details.

schwern commented 10 years ago

First we need infrastructure to list distributions.

schwern commented 10 years ago

There's now a skip entry in the config and Gitpan.pm will honor it for distributions.

We'll add releases when it becomes necessary.