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

feat(freebsd): FreeBSD 13.0-RELEASE compat #113

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

realnedsanders
Copy link

Fix Makefile to reference correct version of git2go for FreeBSD
13.0-RELEASE
Fix scm/git.go imports to reference correct version of git2go for
FreeBSD 13.0-RELEASE
Fix scm/git.go:301 git2go TreeWalkCallback type changed return type
'int' -> 'error'
Fix util/test.go imports to reference correct version of git2go for
FreeBSD 13.0-RELEASE

  • Tags: 13.0-RELEASE FreeBSD

Fix Makefile to reference correct version of git2go for FreeBSD
13.0-RELEASE
Fix scm/git.go imports to reference correct version of git2go for
FreeBSD 13.0-RELEASE
Fix scm/git.go:301 git2go TreeWalkCallback type changed return type
'int' -> 'error'
Fix util/test.go imports to reference correct version of git2go for
FreeBSD 13.0-RELEASE

* Tags: 13.0-RELEASE FreeBSD
@realnedsanders
Copy link
Author

This isn't ready to merge yet (IMO).
I need to understand more about your CI/build solution to get a feel for what else needs to be done.
Also need to add some logic so as to not break existing things that work (pretty sure this would break Linux builds as it sits)

Fix git2go-install step in Makefile to use `git fetch` instead of `git
pull`.

* Tags: git2go-install Makefile fetch pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant