d1nuc0m | Hi, I'm having an issue with git when trying to send a patch to opendev with git review | 09:47 |
---|---|---|
d1nuc0m | Problems encountered installing commit-msg hook | 09:48 |
d1nuc0m | The following command failed with exit code 255 | 09:48 |
d1nuc0m | "scp -P29418 d1nuc0m@review.opendev.org:hooks/commit-msg /home/d1nuc0m/puppet-nova/.git/hooks/commit-msg" | 09:48 |
d1nuc0m | If I run the scp manually, I get this error | 09:48 |
d1nuc0m | subsystem request failed on channel 0 | 09:48 |
d1nuc0m | Connection closed | 09:48 |
d1nuc0m | Somehow it works with -O, but it is a workaround | 09:49 |
d1nuc0m | scp -P29418 -O d1nuc0m@review.opendev.org:hooks/commit-msg /home/d1nuc0m/puppet-nova/.git/hooks/commit-msg | 09:49 |
d1nuc0m | Does anyone know how to solve this issue? | 09:49 |
elordenador | Guys, I need help with policies, when I installed horizon using dnf install openstack-dashboard, it doesn't include policy files and it's complaining about it, I mean, there are no file or directory to /usr/share/openstack-dashboard/openstack_dashboard/conf/nova.yaml, any help with it? | 09:50 |
jrosser | d1nuc0m: you are possibly running an old version of git-review there | 09:50 |
d1nuc0m | jrosser, is git-review-2.2.0 old? | 09:50 |
jrosser | a couple of years according to pypi | 09:51 |
d1nuc0m | I installed it from EPEL (I'm on EL9), guess I'll have to wait for an upstream update | 09:53 |
jrosser | d1nuc0m: you don't have to wait if you install it yourself in a virtualenv with pip | 09:56 |
d1nuc0m | Hadn't thought about a venv, thank you! | 09:56 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!