~vorlon/ubuntu-archive-tools/bug-subscriber-list-update

« back to all changes in this revision

Viewing changes to kernel-overrides

  • Committer: William Grant
  • Date: 2013-05-30 07:49:22 UTC
  • mto: This revision was merged to the branch mainline in revision 721.
  • Revision ID: william.grant@canonical.com-20130530074922-vchh9604k6lig5sy
Teach overrides and deletions to skip debug publications. They follow the corresponding non-debug publication and cannot be modified independently.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    """If getPublishedBinaries times out, fall back to doing it by hand."""
65
65
    try:
66
66
        for binary in source.getPublishedBinaries():
67
 
            yield binary
 
67
            if not binary.is_debug:
 
68
                yield binary
68
69
    except ServerError as e:
69
70
        if e.response.status != 503:
70
71
            raise