1
0
Fork 0
Commit Graph

29 Commits

Author SHA1 Message Date
Wilfried Goesgens 792192ea1d Bug fix/fix old rpm (#6285) 2018-08-29 14:14:57 +02:00
Wilfried Goesgens 2177814b53 Bug fix/fix old rpm (#6283) 2018-08-29 13:12:53 +02:00
Frank Celler 53978b6b93
Feature/semantic versioning (#6265) 2018-08-27 23:25:21 +02:00
Jan Christoph Uhde a54c581111 try to fix permission issues of "/var/tmp/arangod" (#4457) 2018-02-06 23:17:08 +01:00
Dan Larkin 9cd8c47eb7 Renamed arangoimp to arangoimport (with alias for compatibility.) (#4040) 2017-12-14 21:31:21 +01:00
Jan Christoph Uhde 20e1a673fd Feature/planning 499 different error codes for version check (#3118)
* return different error codes for check-version

* Adds data file for exit codes that can be used by ArangoDB applications

* add some exit codes

* better return codes for centos

* add codes in arangod

* remove test code

* prevent re-downloading of starter and other small improvements

* fix some erros

* finish centos

* update urls

* add info about systemd detection

* move further towards a working systemd setup

* set service type to simple

* add arangodb-update-db script

* start work on debian packages

* a db dir that is already in place (former installation) should be reused now

* fix minor bugs

* Implement exit code translation in the windows installer.

* add autogenerated NSIS exit code mapping
2017-08-30 10:47:31 +02:00
Wilfried Goesgens 050e9232ec add hint howto switch the storage engine 2017-07-19 12:20:13 +02:00
Wilfried Goesgens 6e6c198324 Bugfix/fix init script (#2655) 2017-06-23 14:53:51 +02:00
Wilfried Goesgens a587b0bae9 when restarting abort if shutdown of the old service fails. (#2638) 2017-06-22 12:35:45 +02:00
Frank Celler 4800a8b7f6 Feature/hugepages (#2497)
* enabled checks for memory management

* added MADV_NOHUGEPAGE

* added documentation about NUMA and file systems
2017-05-25 16:04:23 +02:00
Wilfried Goesgens 472cfbd303 fix quotes 2017-05-19 13:39:15 +02:00
Wilfried Goesgens f5b63d1c6c when setting the password force various features in arangod to be turned off so they don't get in our way. 2017-05-16 15:55:11 +02:00
Wilfried Goesgens 5e2d0406b7 add reopen-logs functionality to init scripts 2017-03-20 13:44:28 +01:00
Wilfried Goesgens 31762739d8 the logrotate config will be in the rpm in any case 2017-03-20 11:09:16 +01:00
Wilfried Goesgens ac5207cf7d fix rpm debug packages on older systems without SHA checksum in the binaries 2017-02-10 14:46:50 +01:00
Wilfried Goesgens 132ba8ba8e finalize the work on the debug packages 2017-02-06 13:54:53 +01:00
jsteemann 4ffd809c41 attempt to fix --upgrade 2017-01-17 09:04:21 +01:00
Wilfried Goesgens 0c966bbc65 add debuginfo rpms 2017-01-05 18:15:11 +01:00
Wilfried Goesgens 7be96cb8c0 Fix rpm install/uninstall on suse/redaht 2016-11-02 21:11:26 +01:00
Wilfried Goesgens 69e453ad54 calculate systemd unit directory in cmake instead of leaning on specfile finding it in some rpm magic 2016-09-28 11:10:46 +02:00
Wilfried Goesgens 54a0d45c17 fix creation of run directories - these shouldn't be in the client package 2016-09-27 16:37:11 +02:00
Wilfried Goesgens 77759671cf fix enterprise. 2016-09-27 11:33:05 +02:00
Wilfried Goesgens 65ec3265a0 install the systemd service control file 2016-09-27 11:23:58 +02:00
Wilfried Goesgens 1fd49f4d9b Fix client rpm package name 2016-09-26 19:42:22 +02:00
Wilfried Goesgens ab432329d0 add proper conflict handling between enterprise and non enterprise packages 2016-09-26 16:23:19 +02:00
Wilfried Goesgens 8c3a7c6e48 add the enterprise to our build environment 2016-09-26 15:52:40 +02:00
Wilfried Goesgens 2191238d66 Cleanup work on RPM and DEB plus their path calculations. 2016-08-08 15:02:29 +02:00
Wilfried Goesgens 59c57a207f Add current state of RPM build 2016-08-03 15:38:26 +02:00
Wilfried Goesgens c6a1bcc226 Cleanup buildsystem
- add RPM support
  - move macros in own file
  - cleanup sequence
  - add CMAKE switch "-DPACKAGING=[DEB|RPM|DARWIN]" that prepares package building
2016-07-26 16:13:34 +02:00