Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Add error handling to make_pack_deltas and called functions #100

@matthewrsj

Description

@matthewrsj

Reported by @pohly

make_pack_deltas and everything that it calls ignores errors. It can of course proceed without the deltas, but the result isn't what it should be.

For example, suppose there is a download error because of some temporary server failure or some permanent error because the URL was misconfigured. Such errors should not be ignored. I'd expect swupd_make_pack to fail instead. Error handling should be added to at least report and abort when delta pack creation fails.

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