kubitron / redmine_git_hosting

A ChiliProject/Redmine plugin which makes configuring your own git hosting easy.
78 stars 15 forks source link

mirroring only works on the first mirror added #33

Closed levelos closed 12 years ago

levelos commented 12 years ago

If you add more than one mirror to a repository, the plugin only automatically pushes to the first one rather than all of the available mirrors. Manually triggering the push works for all of them.

kubitron commented 12 years ago

Ok. Look in the log. There should be one or more statements of the form:

Pushing changes to mirror [mirror_url]

In fact, there should be one for each mirror on every push. Do you see anything like that?

kubitron commented 12 years ago

Ping! Just curious if you are still working on this.

kubitron commented 12 years ago

Double ping....?

levelos commented 12 years ago

Hey @kubitron, sorry for the silence. I can't find anything along those lines in the production log. I can confirm, though, that the first mirror for a given repo is getting pushed but not any subsequent ones.

kubitron commented 12 years ago

Ok. Sorry for the delay. Try pulling things from my "testing2" branch (the "testing" branch has something else on it). See if that takes care of the problem.

Note that there should be better information in the log now...

kubitron commented 12 years ago

Ok. @levelos, I moved this patch to my master branch. When you get a chance, pull from master and make sure everything fixed... (got too many testing branches, and I'm pretty sure I figured out what was causing your problem).

levelos commented 12 years ago

Thanks John, I'll give it a pull and let you know.

kubitron commented 12 years ago

Thanks.

kubitron commented 12 years ago

Ping! Ping! I just want to make sure that I fixed this...

levelos commented 12 years ago

Sorry John, at a conference this week. Will update next. Thx!

kubitron commented 12 years ago

OK. (p.s. I edited your message on the issue page to remove your phone number -- a side effect of replying to comments with an email browser....).

levelos commented 12 years ago

Thanks!

levelos commented 12 years ago

BTW - Looks good with latest code base. Nice work, thanks!

kubitron commented 12 years ago

Ok. Glad to hear it.

Will assume that this issue is actually fixed.