[Bug 2052637] Re: [i386] please add 550-server to the i386 seed

Steve Langasek 2052637 at bugs.launchpad.net
Wed Feb 28 03:51:59 UTC 2024


The code in lp:ubuntu-archive-tools does this:

    nvSet = set()
    for archive_reference in (
            'ubuntu',
            'ppa:oem-solutions-group/ubuntu/nvidia-driver-staging',
            'ppa:albertomilone/ubuntu/nvidia-testing',
            'ppa:graphics-drivers/ubuntu/ppa',
        ):
        archive = launchpad.archives.getByReference(reference=archive_reference)
        srcs = archive.getPublishedSources(distro_series=series, source_name='nvidia-graphics-drivers-', status='Published')
        for src in srcs:
            nvSet.add(src.source_package_name)
    newSet.update(nvSet)

And there is apparently no nvidia-graphics-drivers-550-server package in
any of these archives, because running update-i386-whitelist doesn't
pick it up.  (It's definitely not in the Ubuntu archive.)  So where is
this package, that we should add it to the whitelist?

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Package Archive Administrators, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2052637

Title:
  [i386] please add 550-server to the i386 seed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535-server/+bug/2052637/+subscriptions




More information about the ubuntu-archive mailing list