Include the Python version and install location in rbssh --version.

Review Request #12575 — Created Sept. 2, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

rbssh --version now includes the same information found when running
rb-site --version. This includes the Python version and the location
in which rbssh was installed.

This can help with diagnosing issues where there may be multiple
versions of rbssh potentially installed (such as when a user attempts
to upgrade and switches Python versions in the process, but the old copy
remains).

Ran with --version and saw the output.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Include the Python version and install location in rbssh --version.
`rbssh --version` now includes the same information found when running `rb-site --version`. This includes the Python version and the location in which `rbssh` was installed. This can help with diagnosing issues where there may be multiple versions of `rbssh` potentially installed (such as when a user attempts to upgrade and switches Python versions in the process, but the old copy remains).
08df5083d53e11e9a691fcec1f375ebdd040147d Christian Hammond
reviewboard/cmdline/rbssh.py
Loading...