← Back to team overview

launchpad-dev team mailing list archive

Raring package importer breakage

 

Currently every[1] package import is failing[2] because the new 'raring' series is not present in the list of releases obtainted from distro-info.

The package importer is using version 0.10 which is the latest in quantal[3], so we probably need an updated version of that before any of these imports will work. Manually hacking /usr/share/distro-info/ubuntu.csv would do, but is exactly the kind of thing we're not meant to mess around with any more. Note, there is an old distro-info branch on jubany, but what's actually being used is the installed package.

As a related issue, the only people currently subscribed to package importer failures in /home/pkg_import/.forward are James Westby and Vincent Ladeuil, as the Launchpad maintenance squad nominally has responsibility for this now, they really need access to jubany and alerts when things break.

Martin


[1] Full list of failing packages, warning, big page currently:
<http://package-import.ubuntu.com/status/b055bf76cc4337382aa4f37cc6b187c9.html>

[2]: Failures all along the lines of:
<http://package-import.ubuntu.com/status/subunit.html>
  Traceback (most recent call last):
    File ".../bin/import-package", line 5, in <module>
      sys.exit(main(sys.argv))
    File ".../udd/scripts/import_package.py", line 1178, in main
      only_before=options.only_before)
    File ".../udd/scripts/import_package.py", line 1051, in _import_package
      versions = get_versions(lp, package, extra_debian=extra_debian)
    File ".../udd/scripts/import_package.py", line 257, in get_versions
      vlist.sort()
    File ".../udd/icommon.py", line 275, in sort
      self.plist.sort(cmp=PackageToImport.import_order_comparator)
    File ".../udd/icommon.py", line 250, in import_order_comparator
      b_release = import_sequence_distro_releases[b.distro].index(b.release)
  ValueError: u'raring' is not in list

[3] Versions of distro-info-data in ubuntu:
<http://packages.ubuntu.com/search?keywords=distro-info-data&suite=all>


Follow ups