Is it possible to host an Eclipse update site on Github?
Forget the Github project releases feature, that won’t work as a true update site (see notes at the end). To achieve what you want, you can create a Github repo, commit/push your p2 repository there and then serve it as an update site, using raw links. So for example, for the repository: https://github.com/some-user/some-repository/ you can … Read more