You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "PragmaTwice (via GitHub)" <gi...@apache.org> on 2023/02/08 12:33:23 UTC

[GitHub] [incubator-kvrocks] PragmaTwice opened a new pull request, #1252: Show version and commit hash in a more pretty way

PragmaTwice opened a new pull request, #1252:
URL: https://github.com/apache/incubator-kvrocks/pull/1252

   In this PR, I adjust the format of the version (and commit hash) printing, e.g.
   
   ----
   Before:
   `kvrocks version 999.999.999 @1234567`
   After:
   `kvrocks unstable (commit 1234567)`
   
   ----
   Before:
   `kvrocks version 2.3.0 @1234567`
   After:
   `kvrocks version 2.3.0 (commit 1234567)`
   
   ----
   (no commit hash, e.g. in an archive)
   Before:
   `kvrocks version 2.3.0 @`
   After:
   `kvrocks version 2.3.0`
   
   ----
   (no commit hash, e.g. in an archive)
   Before:
   `kvrocks version 999.999.999 @`
   After:
   `kvrocks unstable` (an additional WARNING will be printed while executing CMake, while it is on the unstable branch and a commit hash cannot be retrieved)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] PragmaTwice commented on pull request #1252: Show version and commit hash in a more pretty way

Posted by "PragmaTwice (via GitHub)" <gi...@apache.org>.
PragmaTwice commented on PR #1252:
URL: https://github.com/apache/incubator-kvrocks/pull/1252#issuecomment-1422787166

   Thanks all. Merging...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] PragmaTwice merged pull request #1252: Show version and commit hash in a more pretty way

Posted by "PragmaTwice (via GitHub)" <gi...@apache.org>.
PragmaTwice merged PR #1252:
URL: https://github.com/apache/incubator-kvrocks/pull/1252


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org