Hacker News new | ask | show | jobs
by kevin_thibedeau 2313 days ago
If only we had a distributed system that would let you work off a local server.
2 comments

The problem is that things like issues and PR comments aren’t distributed. Perhaps they should be, but they aren’t now.
Sure you can do some work locally but if your CI server can't check out the branch to build it and you can't approve pull requests for merge, then its a bit limiting.
Maybe CI shouldn't be farmed out to the cloud.
Even if you run the CI on your own network, if it can't check out from Github it isn't going to have the latest code unless you're hosting your own repos for CI. Developers will need to push their changes to CI Git in addition to Github. Its certainly possible but far outside the practices of what most companies relying on Github are likely to do for the once or twice a year it goes down briefly.