~xnox/ubuntu-archive-tools/sru-report-autopkgtest-vomit

« back to all changes in this revision

Viewing changes to kernel-overrides

  • Committer: Colin Watson
  • Date: 2013-05-02 19:12:59 UTC
  • Revision ID: cjwatson@canonical.com-20130502191259-pxii3vpnhw10aplb
remove workarounds for fixed bug 1077257

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                    arch = das.architecture_tag
77
77
                    if arch in ("amd64", "i386"):
78
78
                        base = "http://archive.ubuntu.com/ubuntu"
79
 
                    elif (options.old.series.name == "raring" and
80
 
                          arch == "armel"):
81
 
                        # Manually filter out raring/armel; see LP #1077257
82
 
                        continue
83
79
                    else:
84
80
                        base = "http://ports.ubuntu.com/ubuntu-ports"
85
81
                    url = ("%s/dists/%s/%s%s/binary-%s/Packages.bz2" %