Hacker News new | past | comments | ask | show | jobs | submit login

I tried `go get -u github.com/bcicen/ctop` since I prefer uses the source, but there appear to be some syntax errors in master. Guess I could have added the tag, but I just used the binary.

You should check if `fpm` has support for making packages for go projects (It should. It supports Python and Ruby). Then it should be simply to create packages, sign them and put them on your company repo.

I've worked at shops where we do this and even run update scripts to tell us when new versions are available and kick of the fpm build process.




fpm can package anything, you can literally throw any old directory at it and get a .deb or .rpm out.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: