Files
buildkit/util/sshutil
Justin Chadwell 938560b7bd sshutil: refactor to allow parsing scp-style urls
SCP-style URLs take the following format [1]:

	[user@]server:project.git

These are used and handled by git, so we should have a full-parser for
these, that return a custom URL type.

[1]: https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols

Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-10-12 12:06:27 +01:00
..