Merge lp://staging/~sil2100/merge-o-matic/exclude-pkgs-from-stats into lp://staging/merge-o-matic
Proposed by
Łukasz Zemczak
Status: | Merged |
---|---|
Merged at revision: | 301 |
Proposed branch: | lp://staging/~sil2100/merge-o-matic/exclude-pkgs-from-stats |
Merge into: | lp://staging/merge-o-matic |
Diff against target: |
162 lines (+98/-1) 3 files modified
cron.daily (+1/-1) data/foundations.exclude (+65/-0) stats.py (+32/-0) |
To merge this branch: | bzr merge lp://staging/~sil2100/merge-o-matic/exclude-pkgs-from-stats |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Steve Langasek | Approve | ||
Brian Murray | Approve | ||
Review via email: mp+335387@code.staging.launchpad.net |
Commit message
Experimental try on adding a 'soft blacklist' for excluding certain packages only from m-o-m statistics.
Description of the change
Experimental try on adding a 'soft blacklist' for excluding certain packages only from m-o-m statistics.
This is useful since when generating statistics for some teams, some packages might not be relevant for merging. In the Foundations team we would like to omit those in the statistics which we use for graphing our KPIs.
To post a comment you must log in.
Two things:
1) I download the exclude list in cron.daily as I saw this is what's done for the blacklist. Makes more sense than having it local-only or in the source tree.
2) I was considering adding a new, separate count of 'excluded' but I couldn't find any real use for something like that. There's always risk of one forgetting that some packages are excluded, yes, but the exclude file should anyway be always kept up-to-date.