You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All BlueChi executables are installed into /usr/bin, which makes shell auto completion for bluechictl command harder. We can move BlueChi daemons into /usr/libexec so bluechictl could be found using auto completion much faster and ease execution of the command.
The text was updated successfully, but these errors were encountered:
Moves `bluechi-controller`, `bluechi-agent` and `bluechi-proxy` daemons
to `/usr/libexec` directory, so users can use shell auto completion
feature for `bluechictl` much more effectively.
Fixes: eclipse-bluechi#571
Signed-off-by: Martin Perina <mperina@redhat.com>
mwperina
added a commit
to mwperina/bluechi
that referenced
this issue
Sep 20, 2023
Moves `bluechi-controller`, `bluechi-agent` and `bluechi-proxy` daemons
to `/usr/libexec` directory, so users can use shell auto completion
feature for `bluechictl` much more effectively.
Fixes: eclipse-bluechi#571
Signed-off-by: Martin Perina <mperina@redhat.com>
mwperina
added a commit
to mwperina/bluechi
that referenced
this issue
Sep 20, 2023
Moves `bluechi-controller`, `bluechi-agent` and `bluechi-proxy` daemons
to `/usr/libexec` directory, so users can use shell auto completion
feature for `bluechictl` much more effectively.
Fixes: eclipse-bluechi#571
Signed-off-by: Martin Perina <mperina@redhat.com>
Moves `bluechi-controller`, `bluechi-agent` and `bluechi-proxy` daemons
to `/usr/libexec` directory, so users can use shell auto completion
feature for `bluechictl` much more effectively.
Fixes: #571
Signed-off-by: Martin Perina <mperina@redhat.com>
All BlueChi executables are installed into
/usr/bin
, which makes shell auto completion forbluechictl
command harder. We can move BlueChi daemons into/usr/libexec
sobluechictl
could be found using auto completion much faster and ease execution of the command.The text was updated successfully, but these errors were encountered: