Skip to content
Snippets Groups Projects
  1. Sep 09, 2014
  2. Sep 08, 2014
  3. Sep 01, 2014
  4. Aug 31, 2014
    • bigbes's avatar
      Add systemd specs and following remarks: · 87812978
      bigbes authored
      * In RPM/DEB we introduce new utility - tarantool_ctl (extra/dist/dist.lua)
      * /var/pid -> /var/run
      * Fix extra/dist/dist.lua
      * /extra/dist/tarantool.init and /extra/dist/tarantool.service now
        are regenerated by cmake (paths to `dist.lua`)
      * Systemd service (Uses sysv-init script)
      * RPM Supports both systemd and init (by using '--with systemd' in
        rpmbuild flags)
      87812978
  5. Aug 06, 2014
  6. Jul 30, 2014
  7. Jul 10, 2014
  8. Jul 09, 2014
    • Roman Tsisyk's avatar
      Improve UUID support on all platforms · 717b855c
      Roman Tsisyk authored
      This patch adds a new implementation of UUID library.
      New library generates RFC4122 compatible random-based (version 4)
      UUIDs using data from /dev/(u)random. The uuidgen(2) syscall is also
      supported on BSD system. `struct tt_uuid` redefined from RFC4122.
      Complimentary functions rewrotten to remove dependecy on e2fs libuuid.
      Lua bindings refactored to use new library and support all features.
      
      Closes #317
      717b855c
  9. Jun 27, 2014
  10. Jun 23, 2014
  11. Jun 20, 2014
  12. Jun 16, 2014
  13. Jun 11, 2014
    • bigbes's avatar
      Add generating src.rpm in the current dir · 452e7564
      bigbes authored
      452e7564
    • bigbes's avatar
      Fix error related to absence of rpmbuild · 1fa3e8fb
      bigbes authored
      1fa3e8fb
    • bigbes's avatar
      Update rpmspec · 9d1039e9
      bigbes authored
      * Move building of modules into Lua (in rpmspec)
      * Remove tarantool.cfg and init.d/tarantool_box from SCL spec (bug in cmake28-epel-6-x86_64)
      * Merge two specs (for EL and other RPM linuxes)
      * Add Fedora's Mock specifications
      9d1039e9
    • bigbes's avatar
      - Create 3 new rpm-specs: · df24154c
      bigbes authored
        * extra/rpm/tarantool-scl.rpm.spec - SCL spec for 1.5
        * extra/rpm/tarantool-el.rpm.spec.in - Enetrprise Linux 5/6 Specification
        * extra/rpm/tarantool.rpm.spec.in - Specification for other Linuxs
      - Build (tarantool-el.rpm.spec and tarantool.rpm.spec) with `--define 'scl 15'`for SCL build.
      - Preserve old spec (for compatibility)
      - Add dependencies into Specifications, two specs for Mock.
      - Create configuration files for Mock builds for EL-{5,6}-{i386,x86_64}
      
        Working with Mock:
          cmake .
          make new_rpm{_el,}_src
          mock -r <config> --init
          mock -r <config> --rebuild <path_to_srpm>
      
        Merging commits
      df24154c
  14. May 29, 2014
  15. May 22, 2014
  16. May 16, 2014
  17. May 13, 2014
  18. Apr 23, 2014
  19. Apr 22, 2014
  20. Apr 16, 2014
  21. Apr 15, 2014
  22. Apr 14, 2014
  23. Apr 11, 2014
  24. Apr 10, 2014
  25. Mar 20, 2014
    • Roman Tsisyk's avatar
      Add patched FindPostgreSQL.cmake that just works · f0c5d97e
      Roman Tsisyk authored
      CMake is shipped with broken PosgreSQL script in most distros.
      I had to copy this script and patch it to properly support
      new versions of PostgreSQL.
      f0c5d97e
    • Roman Tsisyk's avatar
      Fix build system to properly support pluggable modules · 876e401a
      Roman Tsisyk authored
       * Install *.lua modules into ${DATADIR}/tarantool/1.5
          and *.so modules into ${LIBDIR}/tarantool/1.5
       * Fix default package.path and package.cpath
       * Install Lua headers to ${INCLUDE_DIR}/tarantool/1.5
       * Install config.h to ${INCLUDE_DIR}/tarantool/1.5
       * Add a new package - tarantool-dev (server development headers)
       * Use RPM Macroses in rpm.spec
       * Fix tarball generation for Debian
       * Use GNUInstallDirs.cmake to setup directories
      876e401a
  26. Mar 06, 2014
  27. Feb 19, 2014
  28. Feb 17, 2014
  29. Feb 10, 2014
  30. Feb 07, 2014
  31. Nov 28, 2013
Loading