Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Are private branches that the CI can pick up also not a workable solution for your usecase?


That's what I'm doing now at work, and it's sort of silly to git push, wait for CI, notice that it failed, fix, git push, wait for CI, .... in an SVN world, that would have meant one commit in the monorepo (since there's no such thing as temporary branches, and revisions are global across all branches) for every typo I make during development. You could make it work with git, certainly, but on balance the check-in-a-.deb approach worked fine and didn't require spending more time writing tooling.




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

Search: