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

New ria_sshserver fixture #61

Merged
merged 2 commits into from
Sep 13, 2023
Merged

New ria_sshserver fixture #61

merged 2 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    8cb2e7a View commit details
    Browse the repository at this point in the history
  2. New ria_sshserver fixture

    This should be easier to use. The old implementation is now available in
    `ria_sshserver_setup` and should be considered internal.
    
    The new fixture returns the base RIA URL, and a local path to that same
    root directory (if one exists).
    
    It also sets `DATALAD_SSH_IDENTITYFILE`, which is needed by datalad-core's
    `SSHManager`. The setup may still need to use the `datalad_cfg` fixture,
    and possibly a dedicated reload to be effective.
    
    Closes #60
    mih committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a2eaf76 View commit details
    Browse the repository at this point in the history