gitmirror icon indicating copy to clipboard operation
gitmirror copied to clipboard

repo working directory

Open sull opened this issue 7 years ago • 2 comments

I am trying out gitmirror, it's very cool. However, I want to achieve the following and maybe you can tell me if this is this is the right tool.

I need to keep a separate repo (Golang codebase) on a server in sync (whenever a push is made) but only for the purpose of generating a godoc (running in http server mode behind authentication for private access of private repo documentation).

I thought using your nice Go server would be an ideal component. However, I need access to the Go src dir so the godoc server can always be up to date. I can do a git clone of the mirror after each update, but i'm not sure if gitmirror can be made to chain or customize commands in a configurable way (I will look at the code).

Thoughts? Thanks.

sull avatar May 04 '17 21:05 sull