Closed schwern closed 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.
First we need infrastructure to list distributions.
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.
Add infrastructure to skip certain distributions and releases. The information will be in the configuration file like so.
See #37 for details.