<div dir="ltr">Hi,<br><br><br>I made some modifications to the lcov report script (and the accompanying README) in the buildbot repo, but I am having problems with putting the modified version up for review. I am probably doing things the wrong way, so perhaps it's best if I just show what I am doing here. I saw a few different ways on the libreoffice website to clone the buildbot repo, but the one I am (currently) trying because I think it's the correct one, I got from : '<a href="https://gerrit.libreoffice.org/admin/repos/buildbot,general">https://gerrit.libreoffice.org/admin/repos/buildbot,general</a>'. I just added a few '-vvv' to the scp command for debugging).<br><br>$ git clone "ssh://<a href="http://mhoes@gerrit.libreoffice.org:29418/buildbot">mhoes@gerrit.libreoffice.org:29418/buildbot</a>" && scp -vvv -p -P 29418 mhoes@gerrit.libreoffice.org:hooks/commit-msg "buildbot/.git/hooks/"<br>< --- snip --- ><br><br>debug3: Ignored env BASH_FUNC_which%%<br>debug3: Ignored env OLDPWD<br>debug3: Ignored env _<br>debug1: Sending subsystem: sftp<br>debug2: channel 0: request subsystem confirm 1<br>debug3: send packet: type 98<br>debug2: channel_input_open_confirmation: channel 0: callback done<br>debug2: channel 0: open confirm rwindow 2097152 rmax 32768<br>debug3: receive packet: type 100<br>debug2: channel_input_status_confirm: type 100 id 0<br>subsystem request failed on channel 0<br>scp: Connection closed<br><br>I checked my pub key, and it matches what's shown at : '<a href="https://gerrit.libreoffice.org/settings/">https://gerrit.libreoffice.org/settings/</a>' for my profile.<br><br>What I think I see happening is that the client is trying to force 'sftp' when the scp command is used, and the server is not having it ? Or perhaps I am simply using the wrong command to clone the repo and set it up for commiting / putting things up for review ? <br><br>For what it's worth: when I go to my cloned 'core' repo, and run './logerrit test', I get the message 'Your gerrit setup was successful!'.<br><br>In case it matters, I am running Fedora 36 and openssh-8.8p1.<br><br>Any and all help is appreciated,<br><br><br><br>- Maarten<br><br><br>PS: What I think I need to do after a successful clone of the buildbot repo, would be something along the lines of this : ?<br><br>cd buildbot/lcov-report/<br>git checkout -b lcov-report<br>cp ~/bin/libreoffice/README ~/bin/libreoffice/lcov-report.sh .<br>git add README lcov-report.sh<br>git commit<br>git push origin lcov-report:refs/for/master</div>