Description of problem: git review -s fails when trying to get the commit-msg script: Problems encountered installing commit-msg hook The following command failed with exit code 255 "scp -P29418 <user>@<host>:hooks/commit-msg .git/hooks/commit-msg" ----------------------- subsystem request failed on channel 0 scp: Connection closed ----------------------- openssh 8.8 switched from the scp protocol to the sftp protocol, which is not supported yet by some ssh server used by gerrit instances around. However it is still possible to use the deprecated scp protocol by adding the -O parameter to the scp call, and git-review added this workaround after the release 2.2.0 through the following change: https://review.opendev.org/c/opendev/git-review/+/823413 So either that patch should be be backported, or this is a good time to update git-review to the latest release (2.3.1). Version-Release number of selected component (if applicable): git-review version 2.2.0
Hi Luigi, i updated git-review package to 2.3.1 (as provenpackager) on F36+. Builds are in progress.
FEDORA-2022-6b482a9de9 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-6b482a9de9
FEDORA-2022-629523b28f has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-629523b28f
FEDORA-2022-6b482a9de9 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2022-629523b28f has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-629523b28f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-629523b28f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-629523b28f has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.