Skip to content

Conversation

@gabor-boros
Copy link
Member

Description

This PR resolves #1279 by adding the uname -r info and target architecture to the rethinkdb --version output.

Example output

root@8dc5774dc4a2:/workspace# build/debug/rethinkdb --version
rethinkdb 2.4.2-3-g0bad09-dirty (debug) (aarch64-linux-gnu) (GCC 9.4.0)
Linux 5.10.104-linuxkit aarch64

Notes

Moved std::string windows_version_string and std::string run_uname before its first use for clarity. I can revert that if does not make sense.

@gabor-boros gabor-boros added this to the 2.4.3 milestone May 5, 2022
@gabor-boros gabor-boros requested a review from srh May 5, 2022 21:22
@gabor-boros gabor-boros self-assigned this May 5, 2022
@gabor-boros gabor-boros changed the title feat: add machine arch and os to rethinkdb version feat: add machine arch and uname to rethinkdb version May 5, 2022
@gabor-boros gabor-boros force-pushed the gabor/add-machine-to-version branch from 0bad090 to 5247cd0 Compare May 13, 2022 19:21
@gabor-boros
Copy link
Member Author

FTR: merging as we discussed with @srh that there are no concerns against this PR

@gabor-boros gabor-boros merged commit e9c3704 into v2.4.x May 28, 2022
@gabor-boros gabor-boros deleted the gabor/add-machine-to-version branch May 28, 2022 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Have rethinkdb --version print a bit more info.

2 participants