You might be able to get the script working by changing the port in your 
~/.ssh/config file

Host codereview.qt-project.org
    Port 29418
    User (your name)

That makes "ssh://codereview.qt-project.org/..." expand to "ssh://(your 
name)@codereview.qt-project.org:29418/..."
In case the script relies on this behaviour.

(above configuration was in the gerrit setup wiki page)

--


> -----Original Message-----
> From: development-bounces+shane.kearns=accenture....@qt-project.org
> [mailto:development-bounces+shane.kearns=accenture....@qt-project.org]
> On Behalf Of Rohan McGovern
> Sent: 17 June 2012 23:41
> To: ext Stephen Chu
> Cc: Development
> Subject: Re: [Development] Can't switch submodules to master and Mac
> build still broken
>
> Stephen Chu said:
> > I still can't get Qt 5 build on OS X for the merged code
> > (https://codereview.qt-project.org/#change,28604) hasn't showed up in
> > Qt
> > 5 git default yet. So I want to to try moving modules to master to
> get
> > the fixes by the instruction here:
> > http://qt-project.org/wiki/Building-Qt-5-from-
> Git#181b27e32ae791e987cb
> > 19fced190543
> >
> > With qt5_tool method I got:
> >
> > Examining: qt3d url: git://gitorious.org/qt/qt3d.git ### [qt3d]
> > /usr/bin/git fetch --all Fetching origin Fetching gerrit
> > ssh: connect to host codereview.qt-project.org port 22: Connection
> > refused
>
> This last message indicates something is wrong with the configuration.
> It should be attempting to connect to port 29418, not port 22.
>
> Maybe you can try with standard git commands instead of qt5_tool?
> _______________________________________________
> Development mailing list
> Development@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development


________________________________
Subject to local law, communications with Accenture and its affiliates 
including telephone calls and emails (including content), may be monitored by 
our systems for the purposes of security and the assessment of internal 
compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to