[Gluster-infra] glusterfs github is out of sync.

Vijay Bellur vbellur at redhat.com
Wed Nov 25 19:03:17 UTC 2015



----- Original Message -----
> From: "Michael Scherer" <mscherer at redhat.com>
> To: gluster-infra at gluster.org
> 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://git@glusterfs.github.com/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


More information about the Gluster-infra mailing list