Skip to content

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