1
0
Fork 0
Commit Graph

307 Commits

Author SHA1 Message Date
Frank Celler eeba57137c use -lrt 2016-02-18 14:34:09 +01:00
Frank Celler 5de6c354a9 added warning, removed local-configuration, bumped version 2016-02-18 14:02:40 +01:00
Frank Celler a227fd45df switch to cmake 2016-02-18 12:28:12 +01:00
Frank Celler 345712c36f changed to new Thread interface 2016-02-17 22:19:37 +01:00
Frank Celler 7c3be34e74 do not test --skipNondeterministic 2016-02-07 13:49:18 +01:00
Frank Celler 468c1d06fb added jslint test 2016-01-29 20:05:39 +01:00
Frank Celler 2f106544e7 removed unnecessary 'exit 1' 2016-01-24 10:49:52 +01:00
Frank Celler 2f5ce5b8f2 fixed error handling 2016-01-15 12:37:12 +01:00
Frank Celler f5a88e1d17 only remove EXPERIMENTAL if present 2016-01-05 09:07:42 +01:00
Frank Celler ad11685034 fixed removal of EXPERIMENTAL 2016-01-05 00:42:20 +01:00
Frank Celler f88ffb6e2e added boost libs for Darwin 2016-01-03 13:27:17 +01:00
Frank Celler b44c7ab64c Darwin fixes 2016-01-03 12:46:06 +01:00
Frank Celler bcdf9bee54 added grunt 2015-12-25 10:46:28 +01:00
Frank Celler f61a1ffa9b added usr/local 2015-12-03 21:52:27 +01:00
Jan Steemann 8d1b0ab3a8 don't call wget --help anymore 2015-11-23 12:41:55 +01:00
Jan Steemann 2ae22e5f97 don't use wget options 2015-11-23 12:25:31 +01:00
Frank Celler c737939d45 be more verbose to debug travisCI run 2015-11-23 11:22:44 +01:00
Frank Celler 75495f5e5d be more verbose to debug travisCI run 2015-11-23 11:04:13 +01:00
Frank Celler 95d8ae5595 be more verbose to debug travisCI run 2015-11-23 10:58:34 +01:00
Frank Celler 15d48ba2c5 removed duplicates 2015-11-21 17:57:21 +01:00
Frank Celler 7e55bb6cf3 fixed quotes 2015-11-21 16:53:19 +01:00
Frank Celler 1cc69d22df show progress 2015-11-21 15:12:32 +01:00
Jan Steemann fc8db964f1 disable boost and geo tests on TravisCI 2015-10-22 09:46:38 +02:00
Jan Steemann 1fa5616b30 attempt to fix travis build status detection 2015-10-21 16:56:42 +02:00
Wilfried Goesgens 127d5e8a91 switch travisCI to the javascript unittesting framework 2015-09-21 17:03:13 +02:00
Wilfried Goesgens ac44e7bb2b Build the documentation in the release process to enshure its valid before doing the tag. 2015-09-15 16:15:29 +02:00
Frank Celler a573e29e93 create file list 2015-09-10 12:32:06 +02:00
Frank Celler 4011d7f6d2 using file-list-js cache 2015-09-10 11:35:28 +02:00
Frank Celler 32698aae6b added cache for file list 2015-09-09 11:23:25 +02:00
Willi Goesgens f51f8dde0b by CoDEmanX: fix file permissions before installing 2015-08-19 13:02:13 +02:00
Heiko Kernbach 43e530545b fixed wrong excluding path 2015-07-29 17:04:07 +02:00
Frank Celler d7293560ef remove EXPERIMENTAL on release build 2015-07-21 19:10:37 +02:00
Willi Goesgens faed66ccef * fix windows language from russian to English
* fix creating of distinct resource files for our set of commandline tools.
2015-07-20 14:10:49 +02:00
Willi Goesgens edabac8927 Add Version information & icons to the windows binaries. 2015-07-17 16:36:40 +02:00
Jan Steemann 35b033dfcb fixed Make 2015-07-13 09:41:32 +02:00
Frank Celler 57d3127150 removed script.sh 2015-07-11 00:17:35 +02:00
Frank Celler 07f34cc048 be less verbose 2015-07-10 23:35:59 +02:00
Frank Celler c13d153406 added version number of V8 2015-07-10 23:14:27 +02:00
Frank Celler b6995ba412 fixed packaging of JS files 2015-07-04 21:54:59 +02:00
Willi Goesgens 72bd587cb5 Remove debug output from travis build 2015-06-25 09:34:19 +02:00
Willi Goesgens d247ab145e Add desktop icon to arangosh and aardvark; fixes #1301 2015-06-24 14:33:19 +02:00
Willi Goesgens b24474d9d1 travis debugging 2015-06-23 14:22:21 +02:00
Willi Goesgens 597980fdbf enable debug for travis 2015-06-23 14:18:40 +02:00
Willi Goesgens b8c6e96a59 Adjust infrastructure to the new V8 2015-06-18 13:23:11 +02:00
Frank Celler e2dd4507f3 removed debian files, they are now in obs 2015-03-21 11:12:03 +01:00
Willi Goesgens 9f179c49fd Work on windows installer
- fix Icon reference in registry; mustn't add the compile directory to the path; Now the software uninstall list shows our Fruit.
  - DRY: use a define for the service name
  - more comments whats going on
  - fix WaitForServiceUp - it would run endless because of a syntax error. NSIS - when to do braces and when not? GRRR.
  - Add human readable description to the service name
  - Check whether the ArangoDB-Service in charge points to our binary - so we don't accidently remove a service installed by another version of ArangoDB
2015-03-18 15:59:15 +01:00
Frank Celler ab858b8ae9 changed script part to fix permissions
Conflicts:
	Installation/ARM/rc.arangodb
	Installation/Debian/rc.arangodb
2015-03-17 16:57:24 +01:00
Willi Goesgens eb2dc6d0a7 Arangod now properly reports its startup - we can lean on its value now. 2015-03-17 15:54:46 +01:00
Willi Goesgens bda2565dfc Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-03-13 17:26:35 +01:00
Willi Goesgens ee0b104765 Give arangod a little time to start up before we open the webinterface. 2015-03-13 17:26:11 +01:00