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

Bug #2052637 reported by Dimitri John Ledkov
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
nvidia-graphics-drivers-535-server (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

Please add the following packages to i386 seed:

- nvidia-graphics-drivers-550-server

The other one:

- nvidia-graphics-drivers-550 is already included.

such that beta driver can be packaged and built for i386.

description: updated
summary: - [i386] please add 550 & 550-server to the i386 seed
+ [i386] please add 550-server to the i386 seed
affects: nvidia-graphics-drivers-545 (Ubuntu) → nvidia-graphics-drivers-535-server (Ubuntu)
Revision history for this message
Steve Langasek (vorlon) wrote :

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
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for nvidia-graphics-drivers-535-server (Ubuntu) because there has been no activity for 60 days.]

Changed in nvidia-graphics-drivers-535-server (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.