can't send patches to gerrit.ovirt.org

Maor Lipchuk mlipchuk at redhat.com
Thu Nov 20 17:52:59 UTC 2014


Hi all,

I'm trying to send a patch to gerrit.ovirt.org but for some reason I'm getting connection refused.
I was trying to use ssh and got the same result (see [1]).
My .git/config is described at [2]

Is there a known issue about this?

Thanks for the help,
Maor


[1]
mlipchuk at localhost:~/ovirt-engine(BZ1138115)$ ssh gerrit.ovirt.org
ssh: connect to host gerrit.ovirt.org port 29418: Connection refused

[2]
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = http://gerrit.ovirt.org/ovirt-engine
        fetch = +refs/heads/*:refs/remotes/origin/*
[commit]
        template = config/engine-commit-template.txt
[branch "ovirt-engine-3.4"]
        remote = origin
        merge = refs/heads/ovirt-engine-3.4
[branch "ovirt-engine-3.5"]
        remote = origin
        merge = refs/heads/ovirt-engine-3.5



More information about the Infra mailing list