1
0
Fork 0
Commit Graph

603 Commits

Author SHA1 Message Date
Wilfried Goesgens 860971bdcb fix variable referencing - its special in the debian scripts 2017-06-08 18:52:47 +02:00
Wilfried Goesgens d49f154305 fix environment variable for ubuntu snap 2017-06-07 14:37:38 +02:00
Wilfried Goesgens b9b79ee11b Revert "revert env setting - doesn't work that way."
This reverts commit a6b45982fd.
2017-06-07 13:33:41 +02:00
Wilfried Goesgens cf53ee86db fix retry 2017-06-07 12:04:37 +02:00
Wilfried Goesgens f2be259959 wait at least once for service to be down so the .exe gets released 2017-06-07 11:54:48 +02:00
Wilfried Goesgens a6b45982fd revert env setting - doesn't work that way. 2017-06-07 07:36:01 +02:00
Wilfried Goesgens eb6cea75ae disable build-retry 2017-06-06 22:23:26 +02:00
Wilfried Goesgens d1ecba0d30 fix build-retry 2017-06-06 21:43:07 +02:00
Wilfried Goesgens f487d7095f systemd integration for the .deb's; setting environment variables for the libc allocator 2017-06-06 17:35:17 +02:00
Wilfried Goesgens b60bda828d allow re-attempts when building packages to work around crapple signing failing randomly 2017-06-06 12:43:32 +02:00
Wilfried Goesgens aa3e8c1537 fix service state detection 2017-06-01 18:56:27 +02:00
Wilfried Goesgens 658af3cb89 fix grammer, mention author 2017-06-01 15:51:35 +02:00
Wilfried Goesgens ffb5e06f44 implement prototype for finding out the service startup error 2017-06-01 15:36:10 +02:00
Wilfried Goesgens 2006a53342 remove debug dialogs 2017-06-01 12:26:09 +02:00
Wilfried Goesgens 4d73e13bb3 Rework windows installer
- throw out old MUI1 dialogs - CPack only knows howto create one page
  - split the password and database type to a second page that we hide if we install over an existing installation
  - cleanup the installscope mess
2017-06-01 11:31:22 +02:00
Wilfried Goesgens 7265f86243 Fix handling of services
- fix countdown to give up on the service to start
  - don't open a URL to the Arango Webif, if its not running
2017-05-29 15:16:22 +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 9936899caf use ini file modification to persist config values 2017-05-24 16:33:55 +02:00
Wilfried Goesgens e90e5cadf4 Implement uninstalling with gui choosing of deleting databases
- switch away from deprecated MUI macros
  - Add a uninstaller welcome screen with checkbox to remove the database files
2017-05-24 14:54:40 +02:00
Wilfried Goesgens 8f568f3796 implement choosing of the database directory depending on the installation options 2017-05-24 10:27:26 +02:00
Wilfried Goesgens b824fb1bee remove unused stuff, fix stopping of service to be just in front of unpackaging files 2017-05-24 10:25:57 +02:00
Wilfried Goesgens ce82b0009c one more place where quotes are wrong 2017-05-23 15:39:06 +02:00
Wilfried Goesgens b4b59c9a38 cleanup: remove unneccesary code 2017-05-23 12:06:03 +02:00
Wilfried Goesgens 8afdf85d0a move ConditionalAddToRegistry into macro to make the source more compact. 2017-05-23 11:59:40 +02:00
Wilfried Goesgens 6c065cd889 fix windows executable version information 2017-05-23 10:16:45 +02:00
Wilfried Goesgens 1ee149d1ea fix build script - it doesn't work properly with quotes. 2017-05-23 09:47:39 +02:00
Wilfried Goesgens 504427f800 split functions out of base NSIS file 2017-05-22 17:54:07 +02:00
Wilfried Goesgens 5ca6622352 Lintify build.sh
- wrap overlong lines
 - use $() instead of ``
 - use shell lists for CONFIGURE_OPTIONS and MAKE_PARAMS
 - add quotes
2017-05-22 14:35:13 +02:00
Wilfried Goesgens bb4055f3cf windows sometimes fails on first attempt if the build directory was last used to compile another branch, but succeed on second attempt... 2017-05-22 13:11:40 +02:00
Wilfried Goesgens 472cfbd303 fix quotes 2017-05-19 13:39:15 +02:00
Wilfried Goesgens b0ca0ad6fc add option on uninstall to remove the folders containing the databases 2017-05-16 17:44:33 +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 5477e64a35 fix service shutdown, commandline choice of storage engine. 2017-05-16 14:28:34 +02:00
Wilfried Goesgens c14daad63a clean up _CPack directories before starting the build 2017-05-15 09:41:12 +02:00
Wilfried Goesgens d37d32b4e7 implement upgrade dialog, lintify. 2017-05-12 14:16:25 +02:00
Wilfried Goesgens 037b081a83 add selection of storage engine 2017-05-10 14:05:35 +02:00
Your Name 005b35a2cb add selector for auto/mmfiles/rocksdb engine to NSIS installer plus fix some strings to be more userfriendly 2017-05-09 16:18:18 +01:00
Wilfried Goesgens 0f71c233b4 fix cygwin rebuild detection 2017-05-09 13:51:33 +02:00
Wilfried Goesgens 8b7930375d follow arangodb starter repository rename 2017-05-09 13:35:03 +02:00
Wilfried Goesgens fe0d987642 fix condition to force full rebuild on windows 2017-05-09 10:17:14 +02:00
Wilfried Goesgens b40fc1074d try to detect situations where we need to invalidate the windows build directory 2017-05-08 17:26:40 +02:00
Wilfried Goesgens dc90ae3c61 we only add the megabytes to calls to 'create' 2017-05-05 13:40:44 +02:00
Wilfried Goesgens 05f6c2ed0a filter files from installation which the macos signature tool doesn't like. 2017-05-05 10:50:22 +02:00
Wilfried Goesgens da56a559de revert changing directory for downloading - doesn't work in some cases 2017-05-05 09:47:18 +02:00
Wilfried Goesgens 6ac9831c0e fix the execution flags of arangodbstarter 2017-05-04 16:21:52 +02:00
Wilfried Goesgens decb36d8bc force windows to run 64 bit compiler & linkers 2017-04-26 10:00:30 +02:00
Frank Celler 856f8c9df3 raised to 4 2017-04-24 18:59:02 +02:00
Wilfried Goesgens 6e97f169d2 work around centos ancient git versions 2017-04-18 19:21:43 +02:00
Wilfried Goesgens 4c5d8a9bbc work around centos ancient git versions 2017-04-18 18:43:58 +02:00
Wilfried Goesgens b91c14437d work around centos ancient git versions 2017-04-18 18:35:55 +02:00