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

Add a --finders option to find-remotes #1407

Closed
wants to merge 2 commits into from

Commits on Jan 11, 2018

  1. find-remotes: Add --finders option

    It can be helpful to be able to choose which OstreeRepoFinder instances
    to use when using the find-remotes command. For example, if the tests
    need to run in an environment that can't have an Avahi daemon, this
    allows you to disable the Avahi (LAN) finder. This commit adds the
    --finders option for this purpose.
    mwleeds committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    963e341 View commit details
    Browse the repository at this point in the history
  2. tests: Use --finders option for find-remotes

    All the current uses of the find-remotes command in the tests use it to
    find configured remotes or mounted (USB) remotes, so using
    --finders=config and --finders=mount in the tests respectively shouldn't
    affect the correctness of the tests. It does however allow the tests to
    be run in an environment that doesn't have an Avahi daemon.
    mwleeds committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    ecf757d View commit details
    Browse the repository at this point in the history