You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
I have a misc hack set of projects at github.com/philips/hacks and I am interested in building a package in the subdirectory called "host-info":
$ goaci --go-path=$HOME github.com/philips/hacks/host-info
GOPATH env var is ignored, use --go-path="$GOPATH" option instead
Failed to get VCS info: Unknown code repository in "/home/philips/src/github.com/philips/hacks/host-info"
Hrm, it seems goaci expects the VCS to be in the root of the package.
Workaround:
$ ln -s ../.git .
$ goaci --go-path=$HOME github.com/philips/hacks/host-info
GOPATH env var is ignored, use --go-path="$GOPATH" option instead
Wrote host-info.aci
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a misc hack set of projects at github.com/philips/hacks and I am interested in building a package in the subdirectory called "host-info":
Hrm, it seems goaci expects the VCS to be in the root of the package.
Workaround:
The text was updated successfully, but these errors were encountered: