Commit Graph

133 Commits

Author SHA1 Message Date
Evan Tschannen 3835fb8e41 update installer WIX GUID following release 2019-04-30 18:23:16 -07:00
Evan Tschannen 97bb037d2f update installer WIX GUID following release 2019-04-30 16:59:03 -07:00
Evan Tschannen 926e8d2cc6 update installer WIX GUID following release 2019-04-30 16:54:31 -07:00
Alvin Moore 901150f984 Added support for allowing packages to be greater than current 2019-04-26 15:18:05 -07:00
Evan Tschannen 6edfd2bc81 update installer WIX GUID following release 2019-04-23 22:16:19 -07:00
Evan Tschannen 2f345ec43d update installer WIX GUID following release 2019-04-23 22:14:49 -07:00
Evan Tschannen 575f317b59 update installer WIX GUID following release 2019-04-10 18:21:51 -07:00
Evan Tschannen 19e0fb15e7 update installer WIX GUID following release 2019-04-08 18:32:25 -07:00
Evan Tschannen bda6ecd107 update installer WIX GUID following release 2019-04-08 17:04:34 -07:00
Evan Tschannen 4514043dab update installer WIX GUID following release 2019-04-02 22:26:26 -07:00
Evan Tschannen 56356814f9 update installer WIX GUID following release 2019-04-02 18:41:52 -07:00
mpilman 51ccdb1c9b Remove pidof hack as it was not stable 2019-03-07 16:49:29 -08:00
mpilman da72306642 several minor bug fixes 2019-03-07 16:49:29 -08:00
mpilman acad3e8201 Put rpm, deb, or msi into the packages folder
This additionally fixes a dependency bug on Windows
2019-02-19 11:11:25 -08:00
mpilman 42341447b0 Create data and log directory in OS X installer 2019-02-07 18:09:10 -08:00
mpilman 7e16ca4caa Generate Windows-Installer with cmake 2019-02-07 15:37:04 -08:00
mpilman dcbb248c69 Windows installer base functionality
CPack can now generate a MSI (needs WIX to be
installed). However, this currently does not include
fdbservice - I need to figure out how to install this
first.
2019-02-07 15:37:04 -08:00
Alvin Moore af292818ac Added backup_agent and dr_agent to runtime docker image
Removed mounted website directory from image
Explicitly listed runtimes being copied to runtime image
2019-02-01 09:23:18 -08:00
John Brownlee 620444d539
Merge pull request #1020 from AlvinMooreSr/docker-curl
Better Support For Alternate Download Website
2019-01-23 08:47:41 -08:00
Tim Guggenmos fb6e9c1b09
'Directoris' -> 'Directories' 2019-01-21 12:16:55 +01:00
Sam Bristow bbc3a8d385 Update RPM spec with Apache 2.0 licence
The RPM packages were still being listed as "FoundationDB Community
Licence Agreement" with a broken link to the old license.

No functional changes to the code.
2019-01-15 11:34:16 +13:00
Alvin Moore c36f97ccb2 Added website directory to docker packaging in order to allow the building of runtime docker images 2019-01-11 19:54:36 -08:00
Andrew Noyes 6e92dafc54 Revert change to foundationdb.service 2019-01-10 13:28:56 -08:00
Evan Tschannen 684a22a52b Merge branch 'release-6.0'
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	fdbbackup/backup.actor.cpp
#	fdbclient/BackupContainer.actor.cpp
#	fdbclient/HTTP.actor.cpp
#	fdbserver/storageserver.actor.cpp
#	fdbserver/workloads/BackupCorrectness.actor.cpp
#	versions.target
2019-01-09 16:14:46 -08:00
Evan Tschannen 36cf8addd5 update installer WIX GUID following release 2019-01-09 15:32:00 -08:00
Evan Tschannen c23c8fba3e update installer WIX GUID following release 2019-01-09 14:27:56 -08:00
Alvin Moore 9f37e1f9b8 Switch from wget to curl in order to support the download scheme of file://. 2019-01-09 08:19:39 -08:00
Alex Miller 5c9e0701e0 [packaging] Remove Python as a required dependency.
It was only listed as a dependency due to make_public.py, and means that
installation fails on a fresh install of Ubuntu, so Python is being
demoted to a Recommended package instead of required one.
2019-01-08 16:15:45 -08:00
Markus Pilman 1007708dfb RPM package now building correctly 2018-12-13 15:56:45 -08:00
Markus Pilman c654b1bb61 First version of working rpm packages 2018-12-13 15:55:31 -08:00
Markus Pilman df0f491c29 Some more improvements to the build and preparations for packaging 2018-12-13 15:04:13 -08:00
Evan Tschannen d2d68aa171 Merge branch 'release-6.0'
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	fdbclient/ManagementAPI.actor.cpp
#	versions.target
2018-12-03 18:26:52 -08:00
Evan Tschannen f6c9cf89bf update installer WIX GUID following release 2018-12-03 18:21:35 -08:00
Evan Tschannen c41ccb687d update installer WIX GUID following release 2018-12-03 16:32:42 -08:00
John Brownlee 33d2ad5753
Merge pull request #887 from brownleej/packaged-dockerfile
Add an official dockerfile
2018-12-03 13:47:51 -08:00
Evan Tschannen 84e07de161 update installer WIX GUID following release 2018-11-27 14:29:52 -08:00
Evan Tschannen e948aadba3 update installer WIX GUID following release 2018-11-27 13:21:37 -08:00
John Brownlee 82354e755c Moves the create_server_environment logic in the dockerfile into a sourceable function.
Adds an explicit coordinator container in the docker-compose sample to support recent changes in the name generation in docker-compose.
Bump a dependency version in the dockerfile.
Improves handling of coordinator lookup failures in the docker scripts.
2018-11-27 09:12:04 -08:00
John Brownlee bbf7a447c5 Ensures that we set the cluster file contents in a consistent way in the docker image for the two different networking options.
Fixes some inaccurate text in the docker image README.
2018-11-25 16:47:25 -08:00
John Brownlee 60908f77cb Combine multiple run commands into one command in the dockerfile.
Add more copyright headers to the docker sample files.
Make the cluster file creation logic in the docker image into a function.
2018-11-14 08:13:43 -08:00
Evan Tschannen 283b85b54a update installer WIX GUID following release 2018-11-13 15:53:58 -08:00
Evan Tschannen 0791683029 update installer WIX GUID following release 2018-11-13 13:12:17 -08:00
Evan Tschannen 4dbe1412f5 update installer WIX GUID following release 2018-10-24 15:32:29 -07:00
Evan Tschannen d35399ed16 update installer WIX GUID following release 2018-10-24 11:12:53 -07:00
John Brownlee dac41b8059 Adds support for basic locality information in the docker image.
Adds support for custom process classes in the docker image.
Makes the scripts more robust against some variations in the environment.
2018-10-16 11:02:12 -07:00
Evan Tschannen af6d16ce58 update installer WIX GUID following release 2018-10-12 15:44:00 -07:00
A.J. Beamon 9983c534e6 Release 6.0.13 preparation 2018-10-10 13:44:16 -07:00
Evan Tschannen d0a9c2ab69 update installer WIX GUID following release 2018-10-08 11:40:16 -07:00
Alec Grieser 20331e32d3
update installer WIX GUID following release 2018-09-11 17:05:09 -07:00
Evan Tschannen 0dbb0244ff updated wxs UID for 6.0.11 2018-09-10 18:04:20 -07:00