- Sep 21, 2018
-
-
Sergei Voronezhskii authored
Until the bug in #3420 is fixed
-
- Aug 07, 2018
-
-
Sergei Voronezhskii authored
The -j -1 used to legacy consistent mode. Reducing the number of jobs to one by switching to -j 1, uses same part of the code as in parallel mode. The code in parallel mode kills hung tests. Part of https://github.com/tarantool/test-run/issues/106
-
- Oct 06, 2017
-
-
Alexandr Lyapunov authored
-
- Sep 13, 2017
-
-
Konstantin Osipov authored
* remove obsolete comments from recovery.cc * update example lua
-
- Sep 12, 2017
-
-
Roman Tsisyk authored
-
- Jul 24, 2017
-
-
Georgy Kirichenko authored
Remove libbfd from dependencies and use libunwind for stack traces. Closes #2103
-
- Jul 18, 2017
-
-
Roman Tsisyk authored
LuaRocks requires openssl and curl in order to download manifest from rocks.tarantool.org. Fixes #2612
-
- Jul 14, 2017
-
-
Roman Tsisyk authored
Usage: tarantoolctl rocks install ROCK - install a rock tarantoolctl rocks remove ROCK - remove a rock tarantoolctl rocks show ROCK - show information about an installed rock tarantoolctl rocks search PATTERN - search repository for rocks tarantoolctl rocks list - list all installed rocks There are no other commands, options, configuration files. Our official repository (http://rocks.tarantool.org) works out of the box. All rocks are installed to ${PWD}/.rocks directory to support separate rocks trees per project, as proposed by #2067. Rockspec can use "tarantool >= 1.7.x" inside dependencies = {} block to depend on a specific Tarantool version. LuaRocks has been slightly hacked to support custom configuration via site_config.lua. There are no other changes in the upstream code. It is not a fork and it isn't going to be a fork. All formats, layouts and rockspecs are 100% compatible with the upstream LuaRocks 2017-07-10. This feature intentionally doesn't have CMake option to disable it, because it should be provided on all available platforms out of the box. Other changes: * Add ${PWD}/.rocks to default package.path/package.cpath * Hack tarantoolctl to display subcommands in --help. Currently command line arguments handling are not perfect, but it can be fixed only by a new argparse implementation. Closes #2067
-
- Jun 16, 2017
-
-
Ilya authored
Inpspired by tarantool/curl module by Vasiliy Soshnikov. Reviewed and refactored by Roman Tsisyk. Closes #2083
-
- May 22, 2017
-
-
bigbes authored
Original behavior can be enable with `./test-run -j -1` See https://github.com/tarantool/test-run/issues/56
-
- Feb 15, 2017
-
-
Roman Tsisyk authored
Sophia was an experimental storage engine in 1.6.x. Please use 'vinyl' engine in Tarantool 1.7 instead. Closes #2040
-
- Feb 03, 2017
-
-
Roman Tsisyk authored
Totally disable /usr/lib/rpm/brp-strip-* scripts on all versions of rpmbuild. Fixes #1901
-
- Feb 01, 2017
-
-
Roman Tsisyk authored
* Don't start tarantool on install * Don't restart tarantool on upgrade Fix #2053
-
- Dec 16, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Packaging tools are picky.
-
- Sep 29, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Sep 28, 2016
-
-
Roman Tsisyk authored
Ancient Red Hell 6 doesn't support Recommends.
-
Roman Tsisyk authored
Use strong dependency on `netbase` for Debian and weak dependencies on /etc/protocols and /etc/services files for RPM. Thanks to Ivan Kosenko Closes #1794
-
- Sep 26, 2016
-
-
Roman Tsisyk authored
-
- Sep 01, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Closes Debian/#835798 (FTBFS).
-
- Jun 24, 2016
-
-
Konstantin Osipov authored
-
- Apr 28, 2016
-
-
Roman Tsisyk authored
* Use our own fork * Fix typo in CMakeLists.txt * Update build dependecies in README.md * Fix a potential bug with buffer size calculation in ss_lz4filter_next()
-
- Apr 27, 2016
-
-
Roman Tsisyk authored
-
- Apr 26, 2016
-
-
Konstantin Osipov authored
-
- Apr 06, 2016
-
-
Georgy Kirichenko authored
-
- Feb 18, 2016
-
-
Roman Tsisyk authored
Content was integrated to the main documentation by 8d0b9761 http://tarantool.org/doc/book/administration.html
-
Roman Tsisyk authored
Create /usr/lib*/tarantool and /usr/share/tarantool from tarantool package
-
- Feb 10, 2016
-
-
Roman Tsisyk authored
CentOS 6 doesn't have proper version of python-gevent
-
- Feb 09, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Feb 05, 2016
-
-
Roman Tsisyk authored
See #1293
-
- Feb 04, 2016
-
-
Roman Tsisyk authored
* Fix hardening if backtraces are off * Ensure that all tests are passed with hardened flags * RPM: add --with/--without backtrace option (default is --with) * RPM: remove dependency on libbfd, libiberty, libz if --without backtrace * RPM: enable stripping and debuginfo if --without backtrace Backtraces are still enabled by default. Hardened flags used by RedHat: -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -pie -fPIC
-
- Feb 03, 2016
-
-
Roman Tsisyk authored
xxx-common packages is Debian style. RPM usually doesn't use separate packages for init scripts. See comments in gh-1120
-
- Feb 01, 2016
-
-
Roman Tsisyk authored
https://bugzilla.redhat.com/show_bug.cgi?id=1301720 A prerequisite for proper #1085 fix
-
- Jan 22, 2016
-
-
Roman Tsisyk authored
This patch also enables daemon supervision when used with systemd. A prerequisite for Fedora/EPEL7 packages.
-
- Jan 21, 2016
-
-
Roman Tsisyk authored
See https://github.com/tarantool/build/issues/10
-
- Jan 19, 2016
-
-
Sulverus authored
-
https://github.com/tarantool/build/issues/10Sulverus authored
Switch tarantool builds to a new RPM spec
-