1
0
Fork 0
Commit Graph

164 Commits

Author SHA1 Message Date
Wilfried Goesgens 318e19b952 Bug fix/fix syncer download (#9113) 2019-05-27 19:06:58 +02:00
KVS85 2d5bf58c94 Remove USE_IRESEARCH definition and usage (#8613) 2019-03-28 17:23:51 +01:00
Wilfried Goesgens 1af33b08d4 grep out arm releases (#8026) 2019-01-23 15:44:42 +01:00
jsteemann b6ada27af1 re-add js 2018-08-28 21:08:10 +02:00
jsteemann 1c3ac5f4f0 fixed typo 2018-08-28 20:53:38 +02:00
Wilfried Goesgens 65a1f98012 add the tests from the new location too (#6278) 2018-08-28 20:25:50 +02:00
Wilfried Goesgens 1bdbebf867 new msvc (#5953) 2018-07-23 14:22:27 +02:00
Wilfried Goesgens 8facda8ba0 upgrade rocksdb (#5937) 2018-07-23 13:04:02 +02:00
Max Neunhöffer 7bed3f2df0 Try openssl 1.1 (#5123) 2018-06-08 13:21:31 +02:00
Wilfried Goesgens 0b81f003a5 Bug fix/fix cmake warnings (#5503) 2018-06-01 15:51:20 +02:00
Wilfried Goesgens ac2a8721e6 Feature/aql native call apply (#5100) 2018-04-13 16:07:06 +02:00
Wilfried Goesgens 7b99fd05d9 Fix building V8 with debug mode (#4878) 2018-03-19 11:03:32 +01:00
Wilfried Goesgens ceed0f15e1 Packaging/fix debug config (#4352) 2018-02-08 11:45:43 +01:00
Wilfried Goesgens 3ab057eeb3 Fix windows packaging (#4394) 2018-01-23 14:44:20 +01:00
Jan 11536286eb
Feature/enable iresearch (#4082) 2018-01-19 18:29:46 +01:00
Wilfried Goesgens 5bb37c5291 use --forceVersionNightly to set the bugfix part of the version to 'nightly' (#4334) 2018-01-16 18:04:27 +01:00
Wilfried Goesgens 879876c73d pin the 3rd party binary versions in the VERSIONS file (#3854) 2017-12-06 14:09:08 +01:00
Max Neunhöffer 0911dca910
Check if download of syncer and starter during build worked. (#3783) 2017-11-24 11:57:42 +01:00
Wilfried Goesgens af84910066 process the right file and put it the proper destination. (#3396) 2017-10-10 16:41:16 +02:00
Wilfried Goesgens 8f1c312d94 The build-date.h would be re-calculated on certain events, which caused (#3394) 2017-10-10 15:44:04 +02:00
Wilfried Goesgens a8ddaf56f6 Feature/download syncer centosix (#3381)
The ancient curl on centos 6 doesn't know howto download files directly by following 30x, add a wrapper shellscipt that can do this with several curl calls to work around this.
2017-10-06 10:18:43 +02:00
Wilfried Goesgens a9e4e2cc25 Bug fix/fix syncer login retry (#3371) 2017-10-04 14:08:49 +02:00
Wilfried Goesgens 8f3afdd9db Fix handling of last download of sync'er and starter (#3353) 2017-09-29 16:42:51 +02:00
Wilfried Goesgens d6bff07c09 make the note random, so we may have sereveral parallel sessions on github. (#3352) 2017-09-29 15:25:21 +02:00
Frank Celler 14d773247d add new option to download the arango syncer for enterprise releases (#3351) 2017-09-29 15:00:55 +02:00
Wilfried Goesgens 534c19c7af restore the feature to be able to specify the CXX via the environment. (#3340) 2017-09-28 11:16:34 +02:00
Wilfried Goesgens 38a5a632c5 set minimum required GCC version to 5.4 (#3298)
* set minimum required GCC version to 5.4
2017-09-26 14:53:44 +02:00
Kaveh Vahedipour 3f796f5f55 Allow for build-docker.sh to build with maintainer mode if needed. This is done for the go driver tests. (#3254) 2017-09-15 14:24:02 +02: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 31cc349d05 Feature/tag starter with release (#2886)
* tag the ArangoDB Starter as part of the release process.

* check for tools to be installed
2017-07-27 13:36:01 +02:00
Wilfried Goesgens 87e4e09996 don't add the '-g' linker flag for windows - it doesn't understand it. (#2681) 2017-06-28 15:17:20 +02:00
Wilfried Goesgens cf53ee86db fix retry 2017-06-07 12:04:37 +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 b60bda828d allow re-attempts when building packages to work around crapple signing failing randomly 2017-06-06 12:43:32 +02:00
Wilfried Goesgens ce82b0009c one more place where quotes are wrong 2017-05-23 15:39:06 +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 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 c14daad63a clean up _CPack directories before starting the build 2017-05-15 09:41:12 +02: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 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
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