https://bugs.documentfoundation.org/show_bug.cgi?id=147053
--- Comment #6 from Eike Rathke <[email protected]> --- (In reply to Julien Nabet from comment #4) > You must use ./logerrit submit (from LO core directory), not git push. Actually one can use git push, ./logerrit submit doesn't do anything else just a little more convenient, but then use the correct command form to push to the gerrit review branch, i.e. git push ssh://logerrit/core HEAD:refs/for/master Anyway.. (In reply to Javier from comment #5) > Remains to be defined > > FILE ./i18nlangtag/source/isolang > { LANGUAGE_USER_OCCITAN_ARANESE, "oc", "ES", k0 }, That also is already there: https://opengrok.libreoffice.org/xref/core/i18nlangtag/source/isolang/isolang.cxx?r=083c93d4#642 > Then I have configured the private key on my pc and the public key on the > web. With "on the web" you mean you created a TDF SSO account and registered with Gerrit and can sign in to Gerrit using SSO and uploaded your pubkey there? See https://wiki.documentfoundation.org/Development/gerrit/setup#Setting_yourself_up_for_gerrit > debug1: Will attempt key: /home/ente/.ssh/id_ed25519 ED25519 I'm not sure ED25519 keys can be used to authenticate.. documentation always talks about RSA keys. Anyhow, Bugzilla isn't the best medium to discuss such and help. Probably best is to join IRC, see Troubleshooting help of the wiki link above. Chances to get timely responses are best during weekdays European work time. If everything else fails you can also attach your patch here and I'll review and commit it when good; export from your git tree with git format-patch -1 and attach the resulting file to this bug using type patch. -- You are receiving this mail because: You are the assignee for the bug.
