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

lib/rpool.c: remove ENOTSUP error from xbps_rpool_foreach #456

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 31, 2021

  1. lib/rpool.c: remove ENOTSUP error from xbps_rpool_foreach

    This error is already ignored by most callers and where it wasn't it
    masked the real error of packages simply not being found without
    repositories.
    
    Fixes void-linux#454.
    Duncaen committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    5db7f64 View commit details
    Browse the repository at this point in the history
  2. lib/rpool.c: remove uri parameter from xbps_rpool_sync

    This parameter is unused and does not really belong belong in the
    repository pool synchronization function, if there needs to be a way to
    sync only specific repositories, a new function should be created for
    that purposed.
    Duncaen committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    7a62e67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f999c86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b37b262 View commit details
    Browse the repository at this point in the history