Skip to content

Graphical config module does not print opkg operations during dry-run; inconsistent behavior.  #46

Description

@amstewart

Most of the Config modules perform opkg_helper operations during --dry-run conditions, and rely on the opkg_helper._dry_run attribute to suppress filesystem changes. Instead, opkg will print the operation and move on.

But the _GraphicalConfig behaves differently, and instead bails out of configure() early, when in dry-run conditions.

The _Graphical Config should behave the same as the other configs, for consistency.

Related: #45

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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