How to use OpenGrok with GitHub? -


github's advanced search okay, opengrok has desirable features.

to use opengrok github hosted repo's have to:

  1. set own opengrok server
  2. clone various repos
  3. schedule pulls keep up-to-date

or there way?

that general idea, but:

2/ should full clone:

git clone --mirror https://github.com/user/repo 

3/ can triggered by webhook: if listen json payload generate, can pull there push on github repo, , push opengrok server.

note: might want exclude pull refs (refs/pull/{id}), pull requests github stores in git repo.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -