----- Original Message -----
> From: "Michael Scherer" <[email protected]>
> To: [email protected]
> Sent: Wednesday, November 25, 2015 11:48:32 AM
> Subject: Re: [Gluster-infra] glusterfs github is out of sync.

> 
> Obviously, as much as I like when plan come together, this is never the
> case.
> 
> So gerrit use a custom ssh client, who do not support the advanced
> options of ssh. Worst, the doc of gerrit is wrong.
> 
> So I had to:
> - place 1 remote per repo to sync (and filter per repo):
> 
> [remote "github-glusterfs"]
>       push = +refs/heads/*:refs/heads/*
>       push = +refs/tags/*:refs/tags/*
>       url = ssh://[email protected]/gluster/${name}.git
>       projects = glusterfs
> 
> (because the ${name} is not replaced in the server name, for some
> reason, and that's not in the doc)
> 
> - place 1 config line per repo, since I need one key per repo:
> https://help.github.com/articles/error-key-already-in-use/
> 
> (because jssh do not support the %h expansion of .ssh/config)
> 
> Host glusterfs-specs.github.com
>       Hostname github.com
>       IdentityFile ~/.ssh/glusterfs-specs-github.com-id_rsa
> 
> So that's uglier than what i wanted, but it seems to be working
> (no error message, and the same amount of commit on github and gerrit)
> 

Thank you, Misc and Kaushal for this. It is great to have github to be in sync 
with gerrit (again!).

Cheers,
Vijay
_______________________________________________
Gluster-infra mailing list
[email protected]
http://www.gluster.org/mailman/listinfo/gluster-infra

Reply via email to