Dan Rollo

Results 73 comments of Dan Rollo

In addition to @deadlysyn suggestions, I notice you ran the first comand using `sudo`. FWIW, I do not need to use `sudo` on macos. Also, the second command (`&& circleci...

@jenslauterbach Thanks for reporting this! First: The correct `brew` command is shown on the nancy github page here: https://github.com/sonatype-nexus-community/nancy#install-via-homebrew-macos Second: I'm actually not familiar with `gonancy.dev`. If you find more...

@arvenil I didn't really understand what the `go install URL` command does, and I finally got a chance to try it out today. My go version is: ``` % go...

> I meant `github.com/golang/dep` is dead :d Oh, I see. Nancy does use `github.com/golang/dep` to get a list of purls for the project: [root.go -> getPurlsFromPath()](https://github.com/sonatype-nexus-community/nancy/blob/847ab730280e5c72d6a3726018da25e89868ce14/internal/cmd/root.go#L329) Open to better suggestions....

Would likely complicate the brew formula, as I think it would need to rebuild the binary. e.g. passing in compiler flags to rebuild the binary with compiler args to set...

I setup a [test project](https://github.com/bhamail/nexus-repo-github-action-test) that exercises this action, and while doing so, at one point I was seeing 403 errors too. It turned out to be a "permissions issue"....

Some thrashing about is happening on branch [apk](https://github.com/sonatype-nexus-community/nexus-repository-installer/tree/apk)

Not sure if this issue is about a missing index.yml for new/empty repos, or if it is really related to 'sub-folders': #21

@wwuck I am not against adding support for non-systemd distros. My thinking was it would be simpler going forward to move to systemd. That said, I'd be happy to review...

Excellent! Looking forward to seeing what you learn.