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

Allowed changes to the SSH config while gapis is running. #2602

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

AWoloszyn
Copy link
Contributor

This will periodically poll for SSH devices, and update the
file that contains that data as necessary.

Copy link
Contributor

@Qining Qining left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some minor comments

}
}

// Devices returns the list of attached Android devices.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update the comment

}()
configs := []Configuration{}
for _, rc := range rcs {
configurations, err := ReadConfigurations(rc)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Looks like there are some shared code here and in remotessh.Devices(), they all read a list of configurations and then call scanDevices

This will periodically poll for SSH devices, and update the
file that contains that data as necessary.

This also preps some work to allow us to specify multiple
ssh_config files.
@AWoloszyn AWoloszyn merged commit 77df760 into google:master Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants