Skip to content

Ensure all binaries respond to -version

Ash McKenzie requested to merge ashmckenzie/add-version-support-to-all into main

This small MR updates all compiled ./bin binaries to respond to -version for consistency:

$ make clean build ; for i in bin/gitlab-s* bin/check; do echo -e "\n${i}"; ./${i} -version; done
--snip--

bin/gitlab-shell
gitlab-shell v14.23.0-77-g3b5be9b-20230706.053550

bin/gitlab-shell-authorized-keys-check
gitlab-shell-authorized-keys-check v14.23.0-77-g3b5be9b-20230706.053550

bin/gitlab-shell-authorized-principals-check
gitlab-shell-authorized-principals-check v14.23.0-77-g3b5be9b-20230706.053550

bin/gitlab-sshd
gitlab-sshd v14.23.0-77-g3b5be9b-20230706.053550

bin/check
check v14.23.0-77-g3b5be9b-20230706.053550
Edited by Ash McKenzie

Merge request reports