Skip to content

Debian files from local apt cache are not properly installed #229

@murphm8

Description

@murphm8

When using a local (on-disk) apt repository of .deb files the files that need to be installed are not copied into the apt cache that the bundle command uses.

pkgs_abs_path = glob.glob(os.path.join(deb_cache, '*.deb'))

Per this code we just glob out the apt cache and install all those files. The files from the local apt repo are then not installed. We need to identify how to get the path to the local Debian file from apt, and install it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions