Closed joebonrichie closed 8 months ago
The in-progress but currently stalled ypkg3 work has switched to using git-go for git cloning functionality.
There are four advantages to this:
The reference git support for ypkg3 using go-git can be found here
You'll notice it is very similarly architected to our current implementation: https://github.com/getsolus/solbuild/blob/master/builder/source/git.go
There are minimal out of file API calls anything that is missing to help understand the code can be provided if needed.
Implemented in #39.
The in-progress but currently stalled ypkg3 work has switched to using git-go for git cloning functionality.
There are four advantages to this:
The reference git support for ypkg3 using go-git can be found here
You'll notice it is very similarly architected to our current implementation: https://github.com/getsolus/solbuild/blob/master/builder/source/git.go
There are minimal out of file API calls anything that is missing to help understand the code can be provided if needed.