~kirkland/ubuntu-dev-tools/612267

« back to all changes in this revision

Viewing changes to hugdaylist

  • Committer: Daniel Holbach
  • Date: 2010-03-15 09:22:35 UTC
  • Revision ID: daniel.holbach@canonical.com-20100315092235-4ukgbkdove64d8k1
* hugdaylist, requestsync, doc/requestsync.1: 
  ubuntu-{main,universe}-sponsors → ubuntu-sponsors,
  {ubuntu,motu}-release → ubuntu-release.
* ubuntutools/ppaput.py: removed, not necessary any more.
* debian/copyright: removed references to ppaput.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    subscriptions = set(s.person.name for s in task.bug.subscriptions) #this is expensive, parse name out of self_link instead?
76
76
    if (task.status != "Fix Committed" and
77
77
        (not task.assignee or task.assignee.name in ['motu','desktop-bugs']) and
78
 
         'ubuntu-main-sponsors' not in subscriptions and
79
 
         'ubuntu-universe-sponsors' not in subscriptions and
 
78
         'ubuntu-sponsors' not in subscriptions and
80
79
         'ubuntu-archive' not in subscriptions):
81
80
        return True
82
81
    return False