Ticket #20 (closed task: fixed)

Opened 3 years ago

Last modified 2 years ago

Incorporate new cheese files interface into scores that score files.

Reported by: mk Assigned to: mk
Priority: major Milestone: camembert
Component: Code cleanup Version: 0.5
Keywords: Cc:

Description

Task for ticket:17.

Sample interface:

cheese_files = {
    # 15 points if package has readme file
    'readme': 15,
    # 10 points if package has one (or more) file from given set
    ('announce', 'thanks'): 10,
    # give 20 points to packages that contain 2 files from given set
    Subset('install', 'setup.py', 'copying', min=2): 20,
}

Change History

06/07/06 17:30:35 changed by mk

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in changeset [40].