~ursinha/ubuntu-archive-tools/proposed-component-mismatches

« back to all changes in this revision

Viewing changes to kernel-overrides

  • Committer: Colin Watson
  • Date: 2012-12-19 10:23:11 UTC
  • Revision ID: cjwatson@canonical.com-20121219102311-mgkr707t2wl0ygop
kernel-overrides: simplify find_matching_uploads now that LP #33700 is fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
def find_matching_uploads(options, newabi):
133
133
    print("Checking %s uploads to %s ..." %
134
134
          (options.queue.lower(), options.suite), file=sys.stderr)
135
 
    # TODO cjwatson 2012-07-10: Should be (name=options.source,
136
 
    # exact_match=True), but only once bug #33700 is fixed.
137
135
    uploads = options.series.getPackageUploads(
138
 
        name=newabi, exact_match=False, archive=options.archive,
 
136
        name=options.source, exact_match=True, archive=options.archive,
139
137
        pocket=options.pocket, status=options.queue)
140
138
    for upload in uploads:
141
139
        if upload.contains_build: