Skip to content

Extend module "tarantool" with the field "package" #858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TarantoolBot opened this issue Aug 8, 2019 · 1 comment
Closed

Extend module "tarantool" with the field "package" #858

TarantoolBot opened this issue Aug 8, 2019 · 1 comment
Assignees
Labels
feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality

Comments

@TarantoolBot
Copy link
Collaborator

Beside from build info and version, module "tarantool" now provides
"package" field. By default it equals string "Tarantool", but
can differ for other distributions like "Tarantool Enterprise".

Example:

tarantool> require('tarantool')
---
- version: 2.3.0-3-g302bb3241
  build:
    target: Linux-x86_64-RelWithDebInfo
    options: cmake . -DCMAKE_INSTALL_PREFIX=/opt/tarantool-install
-DENABLE_BACKTRACE=ON
    mod_format: so
    flags: ' -fexceptions -funwind-tables -fno-omit-frame-pointer
-fno-stack-protector
      -fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra
-Wno-strict-aliasing -Wno-char-subscripts
      -Wno-format-truncation -fno-gnu89-inline -Wno-cast-function-type'
    compiler: /usr/bin/cc /usr/bin/c++
  pid: 'function: 0x40016cd0'
  package: Tarantool
  uptime: 'function: 0x40016cb0'
...

Requested by @rosik in tarantool/tarantool@2e97c60.

@lenkis lenkis added 2.2 feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality labels Aug 22, 2019
izmalk pushed a commit that referenced this issue Sep 5, 2019
Added suggested example with package field
izmalk pushed a commit that referenced this issue Sep 5, 2019
izmalk pushed a commit that referenced this issue Sep 5, 2019
Added suggested example with package field only to 2.2 specific branch
@izmalk
Copy link
Contributor

izmalk commented Sep 5, 2019

Applied this change only to 2.2 version specific documentation branch

@izmalk izmalk closed this as completed Sep 5, 2019
lenkis pushed a commit that referenced this issue Sep 9, 2019
Fix gh-858 Extend module "tarantool" with the field "package"
Fix gh-880 feedback: Using a Docker image
Fix gh-885 and some others Модуль vshard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality
Projects
None yet
Development

No branches or pull requests

3 participants