Conversation
e2da917 to
77ef790
Compare
77ef790 to
17c76ed
Compare
| ) { | ||
| val localSharedHome = sharedHome.localSharedHome | ||
| sharedHome.mount(ssh) | ||
| val jiraHome = jira.home.path // TODO what's the difference between localSharedHome and jiraHome? should both be hookable? |
There was a problem hiding this comment.
- remove the DataCenterHook until we get a DC test
| private val remotePath: String | ||
| ) : Report { | ||
|
|
||
| override fun locate(ssh: SshConnection): List<String> = listOf(remotePath) |
There was a problem hiding this comment.
It assumes that the ssh will connect to the same server as when it got the remotePath during construction.
Might get messy when we get DC hooks support. It'd probably need to return a List<RemotePath> and higher layers will have to deal with paths coming from different hosts.
mzyromski-atlassian
left a comment
There was a problem hiding this comment.
@dagguh, this work is awesome!
|
Thanks! ❤️ |
|
Obsoleted by #103 |
Depends on #101