Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new gs_plugin_*_repo functions and increase repo generalization #20

Merged
merged 5 commits into from
Dec 28, 2021

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    eacbcee View commit details
    Browse the repository at this point in the history
  2. gs_plugin_add_sources: discard len reading GVariant strings

    We have no idea of the length the strings are supposed to have
    pabloyoyoista committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    24ab330 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9d5f6d View commit details
    Browse the repository at this point in the history
  4. Implement new gs_plugin_install/remove_repo functions

    apk-polkit-rs does not support disabling repositories,
    but only installing and removing. There is some sort
    of support, as repos are identified enabled and disabled,
    although that property cannot be written by using the
    DBus interface.
    pabloyoyoista committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    d7e388f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7663155 View commit details
    Browse the repository at this point in the history