1
0
Fork 0
Commit Graph

42 Commits

Author SHA1 Message Date
Jan Christoph Uhde a0332dbc7d Do not create files outside of build_dir (#9063) 2019-07-19 09:45:40 +02:00
Frank Celler d509411990 fixed windows NSIS naming of packages 2018-08-31 10:20:47 +02:00
Frank Celler 53978b6b93
Feature/semantic versioning (#6265) 2018-08-27 23:25:21 +02:00
Wilfried Goesgens e5843d32f8 Improve windows installer (#6045) 2018-08-17 12:37:47 +02:00
Simran 2d79e1fb4e Fix typo in CMake custom target / package names: arango instead of arongo (#3946) 2017-12-14 20:17:52 +01:00
Wilfried Goesgens a5fe3ffe0a Bugfix/fix nsis ini writing (#2658) 2017-06-23 14:56:01 +02:00
Wilfried Goesgens 38fc1536fc Work on the windows installer (#2609)
- Add custom icons and images to the windows installers
- fix the calculation of the paths and the silent install mode
2017-06-19 17:53:41 +02:00
Wilfried Goesgens bb6c6321a8 fix the dll installation - no more duplicates 2017-05-29 16:55:32 +02:00
Wilfried Goesgens c6997b4e18 implement choosing of the database directory depending on the installation options 2017-05-24 10:30:41 +02:00
Wilfried Goesgens 29bc9e79ba hook the client package copy target into the global copy target 2017-03-22 17:29:42 +01:00
Wilfried Goesgens d5cd299bd3 add missing client package copy step 2017-03-03 13:17:09 +01:00
Wilfried Goesgens 61abce6ac0 structure when to define and use the cpack package filename so its consistent 2017-02-22 00:00:42 +01:00
Wilfried Goesgens b55f3a1bad wrong command 2017-02-20 18:28:44 +01:00
Wilfried Goesgens 9c8c6f80c2 its lowercase. 2017-02-20 18:12:04 +01:00
Wilfried Goesgens 8a1a759606 don't glob - we know the filenames 2017-02-20 18:02:49 +01:00
Wilfried Goesgens a5025e0b02 fix client package filename calculation 2017-02-20 16:43:24 +01:00
Wilfried Goesgens 110e548a9a streamline import process; fix arangoexport 2017-02-20 15:35:34 +01:00
Wilfried Goesgens b6906e840f move symbol server to the build.sh 2017-02-15 15:55:20 +01:00
Wilfried Goesgens e10dca6417 allow to specify the directory for the windows client build 2017-02-14 17:07:59 +01:00
Wilfried Goesgens 34b4df911e comment out symserver integration 2017-02-10 17:55:11 +01:00
Wilfried Goesgens 7a42d8fcae fix cmake warning? 2017-02-10 17:46:35 +01:00
Wilfried Goesgens 90246c038a fix packaging scripts 2017-01-09 18:03:45 +01:00
Wilfried Goesgens f637cfdeeb fix windows build 2017-01-06 13:31:18 +01:00
Wilfried Goesgens ce1ceb8eb1 add code to store things to our symbol server. 2017-01-06 11:53:42 +01:00
Wilfried Goesgens 8b486e50fa move windows special install targets out of nsis package code 2016-12-08 16:59:41 +01:00
Wilfried Goesgens ab77244b67 fix NSIS arangodb install paths 2016-11-22 11:30:40 +01:00
Wilfried Goesgens b8c6473a24 Also copy zip packages to the output directory. 2016-11-02 14:27:27 +01:00
Wilfried Goesgens 893a7ab2b4 Sub-class copy_packages target for snap 2016-10-28 15:57:02 +02:00
Wilfried Goesgens 01c767f503 fix windows programm files path discovery in the installer 2016-10-20 17:02:59 +02:00
Wilfried Goesgens 0779c44faf f*in with nsis 2016-10-12 20:17:30 +02:00
Wilfried Goesgens d5b15e2ab5 Work around more cmake / cpack / nsis vodoo 2016-10-12 18:39:05 +02:00
Wilfried Goesgens f7d9042202 Fix names of cmake variables 2016-10-12 18:01:17 +02:00
Wilfried Goesgens 84bc6fa8a5 - unify the refernces of the exes and DLLs for windows
- put them all into bin, else we would have to copy the dlls twice.
2016-10-12 17:27:10 +02:00
Wilfried Goesgens 1244cef34a Fix the path of the windows icons + bmps 2016-10-12 16:28:54 +02:00
Wilfried Goesgens 7343df31d0 - Fix enterprise package naming for windows & mac
- add missing `make package` target for mac
2016-10-12 10:48:44 +02:00
Wilfried Goesgens bbbaf133f0 Fix windows build with the calculation of file locations 2016-10-11 19:08:53 +02:00
Andreas Streichardt e75b8f5503 Implement cURL based inter server communication 2016-10-10 14:56:04 +02:00
Wilfried Goesgens df3c4c8d4d Cleanup the temporary package directories to save disc space on the
build host.
2016-10-06 18:03:18 +02:00
Wilfried Goesgens 8989103533 Add make target that copies the produced packages into a provided destination folder. 2016-09-26 11:02:37 +02:00
Wilfried Goesgens a89e612723 Work on the NSIS client package 2016-08-18 15:58:13 +02:00
Wilfried Goesgens 06958e61b6 Start working on client packages 2016-08-09 09:45:50 +02:00
Wilfried Goesgens 48c21407ef cmake package build
- Re-order directory structure of sub-scripts for packaging
- add `packages` target
2016-08-02 13:56:50 +02:00